From: MetalLift AT aol DOT com Message-ID: <0.a598b67c.254797d2@aol.com> Date: Tue, 26 Oct 1999 19:48:34 EDT Subject: (no subject) To: djgpp AT delorie DOT com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Windows AOL sub 41 Reply-To: djgpp AT delorie DOT com hello, when installing djgpp, i set my autoexec.bat to PATH=C:\DJGPP\BIN;%PATH% and on the next line DJGPP=c:/djgpp/djgpp.env is this correct? or should i edit DJGPP=c:/djgpp/djgpp.env in to the .env file? becase when i click on my autoexec.bat file it does accept PATH=C:\DJGPP\BIN;%PATH% but for the DJGPP=c:/djgpp/djgpp.env it says bad command or file name... to compile my program, i put C:\stress> gcc hello.c -o hello.exe but it said bad command or file name. how can i fix this? thanx