1.

Solve : Batch File Hangs After Program Launch?

Answer»

So the BATCH FILE launches a (.exe) and then does nothing unless I close that program. I KNOW I can make a batch file wait until the program is closed before it proceeds, but what WOULD cause this? Is there a way to force the file to PROCEED?Use the start command for example:

start Notepad

Type start /? at the prompt to see all the options.
Thanks. That works.



Discussion

No Comment Found