November 5, 200421 yr Is it possible to have a batch file call an executable and not have the cmd window hang until the application that was called is closed?in other words, as soon as the application launches, the cmd window closes...
November 5, 200421 yr START "C:\WINDOWS\PROGRAM.EXE"EXITType START /? in Command Prompt window for more detailsThat's it
Create an account or sign in to comment