From: Weiqi Gao Newsgroups: comp.os.msdos.djgpp Subject: Re: *=_+~HELP~+_=* Date: Sat, 18 Apr 1998 08:57:47 -0500 Organization: Spectrum Healthcare Services Lines: 19 Message-ID: <3538B15B.C9A91A2D@a.crl.com> References: <6h8pud$4sia$1 AT newssvr04-int DOT news DOT prodigy DOT com> <35386843 DOT 5127753 AT news DOT manawatu DOT gen DOT nz> NNTP-Posting-Host: a116016.stl1.as.crl.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Michael Langton wrote: > > > PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\DJGPP\BIN;C:\DJGPP\BIN;%PATH% > ^^^ %PATH% means the contents of the path variable which, fortunately, > is nothing when this line is parsed, and the djgpp directory is here > twice. This is true for MSDOS. For Windows 95, the %PATH% variable is pre-populated with your %WindowsDir% and your %WindowsCommandDir% by the time AUTOEXEC.BAT is run. > This line should be either: > SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\DJGPP\BIN > or: > PATH C:\WINDOWS;C:\WINDOWS\COMMAND;C:\DJGPP\BIN -- Weiqi Gao weiqigao AT a DOT crl DOT com