使用ShellExecute带路径遇到的问题

可按如下使用,路径注意用\\

ShellExecuteW(NULL,L"open",L"cmd.exe",L"/c MONO\\bin\\mono.exe --debug BankIt.DeviceHost.Service.exe >>.\\Log\\Service.log 2>&1",NULL,SW_HIDE);

原文地址:https://www.cnblogs.com/zhoushenglong/p/2537738.html