Click to See Complete Forum and Search --> : system("xyz.exe"); <- opens an ugly Dos-Window


Black Racer
July 19th, 1999, 10:58 PM
Hi,
I want to open exe-files without that there is that "DOS-Window". I use
system("xyz.exe");


this Dos-Window is sometimes useful, but How can I hide it???

Thanks for every help!!!

Black Racer

Radracr
July 20th, 1999, 12:02 AM
Use the ShellExecute Win32API function to start an application without the dos console window.