.bat files, nonblocking run/launch
start “MY EXE” my.exe That kicks the exe off in the background (and avoids title issues, see below). The start command offers some options too, use start /? to list them: C:>start /? Starts a separate window to run a specified program or command. START [“title”] [/D path] [/I] [/MIN] [/MAX] [/SEPARATE | /SHARED] [/LOW … Read more