Query on

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.
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.