RE: child process in background

2001-12-21 Thread Bob Showalter
> -Original Message- > From: Ashish Srivastava [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 21, 2001 7:06 AM > To: [EMAIL PROTECTED] > Subject: child process in background > > > hi all, > > how can i get: > 1. run the child process in the bac

child process in background

2001-12-21 Thread Ashish Srivastava
hi all, how can i get: 1. run the child process in the back ground using open function. 2. print the "child process is running" repeadtly while the child process is running. 3. then kill the child process only using control-C. rgds **