Im making a C++ console application(will probably later convert it to a WinAPI program)that will ask which game they want to play. Well, when trying to store the path of the game "C:\wutever\somegame.exe" i don't know which way to store it into a variable. Then my second problem is probably going to be how to execute it. i can't really test this part yet till i figure out how to store the path. could i use return variable; ?? I did a search on executing a Windows program and found using WinExec() or CreateProcess(). can these functions be used in a console application or can they only be used on an WinAPI application? if thats the case, whats the best way to execute a program? Thanks