1.

Solve : ...batch file to execute a command after a program closes?

Answer»

...can SOMEONE help in the codes needed in order to EXECUTE this

...i will run the PROGRAM USING a batch file
...when i close the program it will PROCESS the next batch file
Quote from: fuehrer on March 27, 2009, 05:28:56 PM

...can someone help in the codes needed in order to execute this

...i will run the program using a batch file
...when i close the program it will process the next batch file


In the batch file

Code: [Select]start /WAIT "" "Program.exe"
nextbatch.bat


Discussion

No Comment Found