Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: ...batch file to execute a command after a program closes  (Read 4263 times)

0 Members and 1 Guest are viewing this topic.

fuehrer

  • Guest
...batch file to execute a command after a program closes
« 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

Dias de verano

  • Guest
Re: ...batch file to execute a command after a program closes
« Reply #1 on: March 27, 2009, 07:53:37 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