From: "Neil Edwards" Newsgroups: comp.os.msdos.djgpp References: <5Au_4.1224$54 DOT 170432 AT nnrp4 DOT clara DOT net> <200006041925 DOT AAA26540 AT bgl2 DOT vsnl DOT net DOT in> Subject: Re: Rhide trying to 'rm -f' in windows?! Lines: 18 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: Date: Sat, 3 Jun 2000 20:57:11 +0100 NNTP-Posting-Host: 212.126.143.30 X-Complaints-To: abuse AT clara DOT net X-Trace: nnrp4.clara.net 960148853 212.126.143.30 (Sun, 04 Jun 2000 21:00:53 BST) NNTP-Posting-Date: Sun, 04 Jun 2000 21:00:53 BST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Cheers, I had replaced the rm -f with deltree /Y c:\djgpp\tmp* for a quick workaround in case anyone was interested. Prashant TR wrote in message news:200006041925 DOT AAA26540 AT bgl2 DOT vsnl DOT net DOT in... > > Hi there, Ive just installed the full whack of Djgpp and am using > > Rhide as the IDE. When I compiled a test program everything went > > OK apart from a bad command or file name error. Anyway looking at > > what rhide runs there are two gcc calls and then it runss rm -f which last > > time I looked wasnt a dos command. Is rhide in some linux/unix mode? > > I don't know why RHIDE uses this, but there *is* an `rm' command on > DOS. You need to get the fileutils package from v2gnu. (v2gnu/fil*b.zip). >