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

后端 未结 7 1015
余生分开走
余生分开走 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条回答
  •  旧巷少年郎
    2020-12-13 09:17

    I added the start and exit which works. Without both it was not working

    start C:/Anaconda3/Library/bin/pyrcc4.exe -py3 {path}/Resourses.qrc -{path}/Resourses_rc.py
    exit
    

提交回复
热议问题