windows批处理 打开exe后关闭cmd时间:2023-03-09 00:09:43 start "" "程序路径.exe" 这样调用就OK啦。如: start "" "D:\123.exe" 如果下面这样调用,需要等待程序窗口关闭之后CMD窗口才会关闭的。 D:\.exe exit