From: "Damian Yerrick" Newsgroups: comp.os.msdos.djgpp Subject: Re: is there any way to run an external programm? Date: Sun, 15 Aug 1999 21:00:18 -0500 Organization: Rose-Hulman Institute of Technology Lines: 18 Message-ID: <7p7rcj$aih$1@solomon.cs.rose-hulman.edu> References: <37B090DA DOT 3C8D2299 AT zednet DOT lv> <37B631A9 DOT 482AF047 AT cartsys DOT com> NNTP-Posting-Host: 137.112.204.250 X-Trace: solomon.cs.rose-hulman.edu 934768851 10833 137.112.204.250 (16 Aug 1999 02:00:51 GMT) X-Complaints-To: news AT cs DOT rose-hulman DOT edu NNTP-Posting-Date: 16 Aug 1999 02:00:51 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com It was a comic book, then it was a movie, then it was a C library function. Look up spawn in your RHIDE help file. Nate Eldredge wrote in message news:37B631A9 DOT 482AF047 AT cartsys DOT com... > Aigar Mahinov wrote: > > > > I'm a newcomer to C/C++, I've come from BASIC. And now I need some > > function to call an external program like SHELL command in BASIC > > Is there something like this in DJGPP? > > Read about the `system' function. > -- > > Nate Eldredge > nate AT cartsys DOT com