#include <windows.h> int main(void) { system("c:\\programs\\test.mp3"); // Any file will work, Not just .EXE or .MP3 in this case return 0; }