From: "Federico Scala" Newsgroups: comp.os.msdos.djgpp References: <001501c0b700$ba2a6f00$173d9ad8 AT cedric> Subject: Re: Autoexe.bat path statements Lines: 25 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: Date: Tue, 27 Mar 2001 23:10:15 GMT NNTP-Posting-Host: 213.45.247.69 X-Complaints-To: newsmaster AT tin DOT it X-Trace: news1.tin.it 985734615 213.45.247.69 (Wed, 28 Mar 2001 01:10:15 MET DST) NNTP-Posting-Date: Wed, 28 Mar 2001 01:10:15 MET DST Organization: TIN To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > After restoring DJGPP and RHIDE from the zip drive I attempted to > enter the path statements into autoexe.bat which at this point contained > no other statements. > I entered ; PATH=D:\DJGPP\BIN;%PATH% > DJGPP=D:/DJGPP/DJGPP.ENV > [...] > I have tried using back slashes in the environment statement but to no avail, > what is the problem? Is a missing SET command ... I often make the same mistake switching back and forth between COMMAND.COM and a decent shell. The correct statement is: SET DJGPP=D:/DJGPP/DJGPP.ENV (hu... I don't remeber if "slash-direction" is important ...) On the PATH= line, the SET command may be omitted, since COMMAND.COM understands PATH as an alias to SET PATH. -- Legno