From: "Pavlos" Newsgroups: comp.os.msdos.djgpp Subject: Re: RSXNTDJ installation Date: Mon, 7 Jun 1999 05:46:06 +0300 Organization: An OTEnet S.A. customer Message-ID: <7jfbp1$sl9$1@newssrv.otenet.gr> References: <375AFD15 DOT 27CB3756 AT hotmail DOT com> NNTP-Posting-Host: dram-a01.otenet.gr X-Trace: newssrv.otenet.gr 928723553 29353 195.167.113.224 (7 Jun 1999 02:45:53 GMT) X-Complaints-To: abuse AT otenet DOT gr NNTP-Posting-Date: 7 Jun 1999 02:45:53 GMT X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Lines: 29 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >1). after setting all of the various paths in my autoexec.bat file, >double-clicking on the icon results in a DOS window which states that >the environment is out of space. > >2) Is the autoexec.bat file where I should be setting these paths,or >should I put them in another file? > >3) If I need more space in my environment, how do I do that? > >Any help would be greatly appreciated. > >Stuart > Well, here is a part of my config.sys: SWITCHES= /F DEVICE=C:\WINDOWS\HIMEM.SYS DEVICEHIGH=C:\WINDOWS\EMM386.EXE NOEMS FILESHIGH=40 FCBSHIGH=40,0 DOS=HIGH, UMB ---> shell=C:\COMMAND.COM C:\ /e:2048 /p This line extends the environment space to 2048 bytes Hope that helps!