home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: sparky!uunet!wupost!m.cs.uiuc.edu!sunb10.cs.uiuc.edu!sparc10.cs.uiuc.edu!pjl
- From: pjl@sparc10.cs.uiuc.edu (Paul Lucas)
- Subject: Re: Unix commands from C++
- Message-ID: <1992Aug16.220839.4853@sunb10.cs.uiuc.edu>
- Sender: news@sunb10.cs.uiuc.edu
- Organization: University of Illinois at Urbana-Champaign
- References: <713567392.F00001@fast.fido.de>
- Date: Sun, 16 Aug 1992 22:08:39 GMT
- Lines: 12
-
- In <713567392.F00001@fast.fido.de> Oliver.Otto@ossi.fido.de (Oliver Otto) writes:
-
- >Hello All!
-
- >is there a way to tell my C++ proggi (compiled with GNU) to open a shell
- >and to run another program and than to return to the main C++ prog???
-
- system( "<name-of-executable>" );
- --
- - Paul J. Lucas University of Illinois
- AT&T Bell Laboratories at Urbana-Champaign
- Naperville, IL pjl@cs.uiuc.edu
-