- Jun
- 137
- 3
I'm running an program which, if I run it directly from the command line, starts up the program and my TCC (v. 16.03, Windows 7-64) window returns me to my command prompt, with the program running happily in the foreground. If I run that same program from within a batch (.BTM) file, the program starts, but my batch file is paused, waiting until my program terminates. How do I get it to start that program but just return immediately to my batch script?