Message-ID: <379E0AE0.E7DC08CA@megsinet.net> From: David Oppenheimer X-Mailer: Mozilla 4.61 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: loading DJGPP on a WIN 98 machine References: <000301bed861$cb160d80$3c0fbfcf AT LocalHost> Content-Type: multipart/alternative; boundary="------------4C215DB85EA3F7B691D49732" Lines: 76 Date: Tue, 27 Jul 1999 15:39:14 -0400 NNTP-Posting-Host: 209.81.172.235 X-Trace: news.corecomm.net 933104375 209.81.172.235 (Tue, 27 Jul 1999 14:39:35 CDT) NNTP-Posting-Date: Tue, 27 Jul 1999 14:39:35 CDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com --------------4C215DB85EA3F7B691D49732 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Try adding the following lines to your autoexec.bat set TMPDIR=c:\tempdir set EMU387=c:\djgpp\bin\emu387.dxe set 387=n set PATH=C:\DJGPP\BIN;%PATH% set DJGPP=C:\DJGPP\DJGPP.ENV You can either add them by running sysedit at the Start > Run prompt OR Start > Programs > Accesories > System Tools > System Information Then choose the Tools pull down menu and select System Configuration Utility Click on the Autoexec.bat tab and enter the New lines one at a time. Click on apply after you have entered all of the lines and then restart you PC. Hope that helps. David Oppenheimer Tommy Shepherd wrote: > sir I followed allthe instructions and still cannot get DJGPP to > work.The computer complains of an error in installation and that the > variableDJGPP is not > defined. > tommy_shepherd AT hotmail DOT com --------------4C215DB85EA3F7B691D49732 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Try adding the following lines to your autoexec.bat

set TMPDIR=c:\tempdir
set EMU387=c:\djgpp\bin\emu387.dxe
set 387=n
set PATH=C:\DJGPP\BIN;%PATH%
set DJGPP=C:\DJGPP\DJGPP.ENV

You can either add them by running sysedit at the Start > Run prompt

OR
 
Start > Programs >  Accesories > System Tools > System Information

Then choose the Tools pull down menu and select System Configuration Utility

Click on the Autoexec.bat tab and enter the New lines one at a time.  Click on apply after you have entered all of the lines and then restart you PC.

Hope that helps.
 

David Oppenheimer

Tommy Shepherd wrote:

 sir   I followed allthe instructions and still cannot get DJGPP to work.The computer complains of an error in installation and that the variableDJGPP is not defined.                                                                             tommy_shepherd AT hotmail DOT com
--------------4C215DB85EA3F7B691D49732--