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