From: "Steve" Newsgroups: comp.os.msdos.djgpp Subject: Re: How to install DJGPP after downloading it? Date: Mon, 1 Feb 1999 21:51:36 -0000 Organization: Customer of Planet Online Lines: 28 Message-ID: <7957nl$8h7$1@news6.svr.pol.co.uk> References: <013d01be4e14$22c375a0$4b8dc5d1 AT CarMel DOT Cybersurf DOT net> NNTP-Posting-Host: modem-8.exorex.dialup.pol.co.uk X-Trace: news6.svr.pol.co.uk 917905973 8743 62.136.66.136 (1 Feb 1999 21:52:53 GMT) NNTP-Posting-Date: 1 Feb 1999 21:52:53 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com How were you attempting to change autoexec.bat. In dos use 'edit autoexec.bat' from the root. There is a program in Windows 95 called 'sysedit.exe' it is found in the windows directory, this enables you to change autoexec.bat config.sys win.ini etc... I think I'm right in saying all you have to is amend the path to include your DJGPP\BIN directory eg. PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\DJGPP\BIN then after that enter the line... setdjgpp c:\djgpp c:/djgpp NOTE there should be two parameters to setdjgpp one in the DOS style with backslash and one in UNIX style with forward slash and they should be to the directory you unzipped DJGPP to. Then open a DOS window if you like enter RHIDE (if you downloaded rhide) and you can start coding from there. If you didn't get rhide then use edit, and compile using the command line. If you need more help, e mail me. Steve.