CODE
system("\"C:\\Program Files\\Foobar2000\\foobar2000.exe\" \"/command:volume mute\"");
but that does not seem to be working correctly as the command line says CODE
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.
when my program is run. I have a feeling it's just a syntax error, but because I'm a noob to C++ I can't see it...
operable program or batch file.
