windows批处理 打开exe后关闭cmd

start "" "程序路径.exe"    这样调用就OK啦。如:

start "" "D:\123.exe"

  

如果下面这样调用,需要等待程序窗口关闭之后CMD窗口才会关闭的。

 

D:\123.exe
exit

 

posted @ 2018-12-18 18:28  Ryan_zheng  阅读(1865)  评论(0编辑  收藏  举报