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...
Page 1 of 1
batch file run exe and close cmd window
#2
Posted 04 November 2004 - 11:22 PM
START "C:\WINDOWS\PROGRAM.EXE" EXIT
Type START /? in Command Prompt window for more details
That's it
- ← [batch] FOR-command with spaces in arguments
- Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
- Help! →
Share this topic:
Page 1 of 1



Help

Back to top








