--- In [email protected], "remarknibor" <[EMAIL PROTECTED]> wrote: > > I don't follow you. But I'm running my program in the command window on > a Windows PC, if that affects anything. >
What I think was meant, that once you specify a command to be executed through system(), the system() call invokes the specified command in a sub-shell and returns to the parent after the completion of the command. Correct me if I am wrong! ~Saurabh > > > --- In [email protected], "Ahmed Shabana" <UnlimitedEng@> wrote: > > > > I think the system call "system()" excute commands in another > shell "dos" > > !! > > > > > > [Non-text portions of this message have been removed] > > >
