cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
Query on
Query on
Feb 12, 2008 at 9:01am UTC
kathir
(1)
hi all,
i m using CreateProcess() routine in my dll to run a process on command prompt.currently i m working on VC++ 6.0.(windows XP). Is there any equivalent routine to CreateProcess() in Linux which executes a process over cmd prompt.
Feb 15, 2008 at 5:30am UTC
Duthomhas
(13283)
You will need to #include <process.h> and use one of the spawn functions.
See
http://en.wikipedia.org/wiki/Process.h
Topic archived. No new replies allowed.