in reply to Re^4: Launch an exe using system
in thread Launch an exe using system
Maybe you want to read the documentation for the start command of cmd.exe?
The start command takes at least two parameters, the title and the command to launch. So you will need to pass it two parameters from your script too.
|
|---|