Ceding commandline control to child process

J

Juan Zanos

Say I want to launch a child process and allow the user to interact
with it until it returns. Is there an easy way to do this? It
seems to work just using the back ticks except that the child
process' output is never displayed.

Juan
 
S

Sean O'Halpin

Say I want to launch a child process and allow the user to interact with = it
until it returns. =A0Is there an easy way to do this? =A0 It seems to wor= k just
using the back ticks except that the child process' output is never
displayed.

Juan

Try system("command") instead of `command` (I'm presuming you don't
need to capture stdout or stderr).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top