Date: Sun, 11 Apr 1999 23:42:14 -0400 Message-Id: <199904120342.XAA10583@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com CC: fang0654 AT mypad DOT com In-reply-to: <37116498.DC83F5C7@mypad.com> (message from Fang on Sun, 11 Apr 1999 23:12:24 -0400) Subject: Re: shell commands References: <37116498 DOT DC83F5C7 AT mypad DOT com> Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Is there any functions in djgpp for doing a dos shell command? (i.e. > shell "del *.*") Try system("del *.*");