I\'ve an C++ method (using Visual Studio, if it helps) that calls to cmd like this:
start \\B example.exe arg1 arg2 arg3
The problem is tha
To run a cmd file and exit, use:
cmd.exe /c call file.cmd ...parameters...