From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: install with win98 problem Date: 29 Aug 2001 07:32:12 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 25 Message-ID: <9mi5ps$8r5$1@antares.lu.erisoft.se> References: <3b8c3bcc$0$20941$7f31c96c AT news01 DOT syd DOT optusnet DOT com DOT au> NNTP-Posting-Host: merope.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com jgc9 (jgc9 AT dingoblue DOT net DOT au) wrote: : When changing the autoexec.bat in windows 98 like this, : [START] Programs , Accessories, System Tools, System Information : Menu/ Tools, System Configuration Utility : Tab/ Autoexec.bat : set PATH=C:\DJGPP\BIN%PATH% : set PATH=C:\DJGPP\DJGPP.ENV : then shut down computer and restart it .. : flashes win98 thingy then back to DOS with, : Cannot find WIN.COM, unable to continue loading windows : Anyone know why? Besides Sinan's advice the other line above should read "set PATH=C:\DJGPP\BIN;%PATH%". Note the ";"! Right, MartinS