Message-Id: <3.0.1.32.19970203010604.006ac2d8@pcuf.fi> Date: Mon, 03 Feb 1997 01:06:04 +0200 To: -=MoZ=- From: Eero Koskikallio Subject: Re: Paths in Win95!! Cc: djgpp AT delorie DOT com In-Reply-To: <32F4F636.205D@pulsar.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" >Etc etc... Win95 does not use an autoexec.. so how would I do that, in >NT I just went to Control Panel/System/Enviroment Settings. in fact Windows 95 uses autoexec.bat. Add following line to autoexec.bat. SET DJGPP=F:\BIN SET PATH=%path%;F:\ Eero.