1.

Solve : CMD window doesn't close after batch script executes?

Answer»

I call several batch SCRIPTS from a master batch script (that I USE for maintenance) without any issue but there is this one script that will not exit when it's done running and I don't know why.  When I simply RUN the script it does exactly what I expect it to do - it executes and then exits when it is done running (CMD window closes).  When I call the script from my master script it executes (in a separate window, which is what I want) but its CMD window doesn't close. 

I call all my batch scripts like this:  START /wait Call "



Discussion

No Comment Found