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
Try ShellExecuteEx, setting nShow=SW_HIDE.