From: "DeHackEd" Newsgroups: comp.os.msdos.djgpp References: <19981108164332 DOT 16962 DOT 00001116 AT ng33 DOT aol DOT com> Subject: Re: The Basics Lines: 49 X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Message-ID: Date: Sun, 08 Nov 1998 21:27:21 GMT NNTP-Posting-Host: 142.194.222.196 NNTP-Posting-Date: Sun, 08 Nov 1998 21:27:21 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com There are 2 things that I can really think of: 1) Did you unzip using directories, or is everything jumbled up into the DJGPP directory? If you can CD to the BIN directory and see a hundred or so EXE's (exaguration) then that's ok. 2) Did you reboot? Autoexec changes don't take effect until the system is rebooted or autoexec is run manually (not recommended!). -- "DeHackEd" My Email address in the header is fake (spammers). Email me at this address: http://www.geocities.com/cgi-bin/homestead/mail.pl?dehacked Lorenz711 wrote in message <19981108164332 DOT 16962 DOT 00001116 AT ng33 DOT aol DOT com>... >Sorry you guys if this might sound too basic, but here it is >i've got the djgpp files on my harddrive and am trying to install them >I've Unzipped all the neccessary files, copied them in a djgpp directory and >set the paths in the autoexec file as instructed > >but every time i try to use gcc or gxx keyword at the prompt I always get: "bad >command or file name" like it was never installed, it's doing my head in >the djgpp directory contains 11 files >djdev201 >faq211b >readme.1st >bnu281b >gcc281b >gdb416b >gpp281b >lgp281b >mak3761d >txi390b >all zip files >and environ.1st (it's 221 bytes) >(this is all that's in it at the moment) >and the autoexec file looks like this >d:\SCANPM.EXE C:\ >@IF ERRORLEVEL 1 PAUSE > >set PATH=C:\DJGPP\BIN;C:\BC45\BIN;C:\DJGPP\BIN;C:\WINDWS;C:\WINDOWS\COMMAND > >set DJGPP=C:\DJGPP\DJGPP.ENV >PATH=C:\BC45BIN;%PATH% > >thanx, for any time put into this