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
Just call it without start:
example.exe arg1 arg2 arg3