Muad, hast du mal Biosfear gespielt?

Bei Visual C++ geht es übrigens genauso, einfach Stringname.c_str() benutzen.

ShellExecute:

Code:
HINSTANCE ShellExecute(
HWND hwnd,
LPCTSTR lpOperation,
LPCTSTR lpFile,
LPCTSTR lpParameters,
LPCTSTR lpDirectory,
INT nShowCmd
);
zB.

Code:
ShellExecute(hWnd, "open", "C:\Datei1.exe", "-w", NULL, SW_SHOWNORMAL);