I\'m trying to programmatically execute an external file from cmd using this command:
cmd
START \"filepath\"
Where \"filepat
\"filepat
20190907
OS: Win 10
I'm making an exe in c++, for some reason usting START make my program fail.
So, just use quotes:
"c:\folder\program.exe"