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

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -