How to close the command line window after running a batch file?

后端 未结 7 1014
余生分开走
余生分开走 2020-12-13 08:23

I\'ve got a batch file. After it finished running, i.e. all command lines have been executed, the cmd.exe window stays open. However, I\'d like to have it closed ri

7条回答
  •  萌比男神i
    2020-12-13 09:15

    Used this to start Xming, placed the bat file in the Start->Startup directory and now I have xming running on start up.

    start "" "C:\Program Files (x86)\Xming\Xming.exe" -screen 0 -clipboard -multiwindow
    

提交回复
热议问题