delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1998/04/18/05:01:46

From: langtons AT NOTTHISBIT DOT manawatu DOT gen DOT nz (Michael Langton)
Newsgroups: comp.os.msdos.djgpp
Subject: Re: *=_+~HELP~+_=*
Date: Sat, 18 Apr 1998 08:51:37 GMT
Organization: PlaNet (NZ) Manawatu, +64 6 357-9245, +64 6 367-9944
Lines: 42
Message-ID: <35386843.5127753@news.manawatu.gen.nz>
References: <6h8pud$4sia$1 AT newssvr04-int DOT news DOT prodigy DOT com>
NNTP-Posting-Host: newshost.manawatu.gen.nz
Mime-Version: 1.0
Cache-Post-Path: news.manawatu.gen.nz!unknown AT 5-128 DOT static DOT dialup DOT manawatu DOT net DOT nz
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp

Hello,
>Your DJGPP enviroment varible is not set up correctly! It should point 
>to the djgpp.env file: see djgpp readme.1st for details.
>
>I keep getting this message. I have very little knowledge in DOS or in 
>the autoexec.bat file.
>
>DJGPP is in directory:  C:\djgpp\
>
>autoexec.bat:
>===================
>@ECHO OFF
>C:\MCAFEE\SCAN.EXE C:\ /NOEXPIRE
>@IF ERRORLEVEL 1 PAUSE
>
>DJGPP=C:\DJGPP\DJGPP.ENV
^^^ should be:
SET DJGPP=C:\DJGPP\DJGPP.ENV
>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 line should be either:
SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\DJGPP\BIN
	or:
PATH C:\WINDOWS;C:\WINDOWS\COMMAND;C:\DJGPP\BIN
>
>REM [CD-ROM Drive]
>
>REM [Display]
>
>REM [Sound, MIDI, or Video Capture Card]
>
>REM [Mouse]
>
>REM [Miscellaneous]
>==================
>
>Any help would be greatly appreciated. Either REPLY to this message or 
>send me mail. Thanks.

--
  Michael Langton <langtons DOT NOTTHISBIT AT manawatu DOT gen DOT nz>

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019