How to Execute programm from programm ?
Hello .
Anybody knows how to execute programm from programm in VC++ ?
thanks !
quake3
quake3
Relevent Win32 functions are CreateProcess and ShellExecute.
spawn and exec are two families of standard C calls.
spawn and exec are two families of standard C calls.
January 12, 2000 06:34 PM
Hi !!
Well, a very quick and dirty way is to use WinExec !! This function should not be used anymore but works quite well under Windows 9x !! I don''t know about Windows 2000 or Windows NT. However if it''s not that professionell product I would use it, because it''s one line !! If you use CreateProcess you need to fill out some very big complicated structures.
Phillip
Well, a very quick and dirty way is to use WinExec !! This function should not be used anymore but works quite well under Windows 9x !! I don''t know about Windows 2000 or Windows NT. However if it''s not that professionell product I would use it, because it''s one line !! If you use CreateProcess you need to fill out some very big complicated structures.
Phillip
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement