I am trying to create a simple program that starts up steam from my computer. I have a shortcut on my desktop of steam and when you double click it, it runs the process "steam.exe"
When my program executes the line of code "system("start steam.exe")" I get an error saying that windows cannot find steam.exe.
How do I fix this?