batch file - cmd.exe doesn't close after starting exe -


I have a bat file that starts the .exe file, however, cmd.exe is not closed after the command is executed Happen .

  Start / D "C: \ Projects" myProgram.exe  

The program starts and behaves as it should, but CMD is close What will be the reason for this?

Try using EXIT in your script

For example:

 remove   

Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -