The UNIX and Linux Forums
>
Top Forums
>
High Level Programming
How to launch a new process
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
How to launch a new process
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
05-05-2008
fabtagon
Registered User
Join Date: Apr 2008
Location: European Union/Germany
Posts: 183
Should your program 1 run,
while
programm 2 is running? -> fork(), exec()
Else use system(), you can call any program through it.
fabtagon
View Public Profile
Find all posts by fabtagon