RE: child process in background
> -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
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 **