From: manni DOT heumann AT gmx DOT de (Manni Heumann) Newsgroups: comp.os.msdos.djgpp Subject: Re: autoexec.bat problem Date: 19 Nov 2000 10:10:51 GMT Lines: 19 Message-ID: <8FF174E12manniheumanngmxde@130.133.1.4> References: <3a178fbc DOT 25652823 AT netnews DOT worldnet DOT att DOT net> NNTP-Posting-Host: ppp36-31.hrz.uni-bielefeld.de (129.70.36.31) X-Trace: fu-berlin.de 974628651 4086195 129.70.36.31 (16 1428 [54749]) User-Agent: Xnews/03.09.22 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com eeakk AT worldnet DOT att DOT net wrote on 19 Nov 2000: >Hi there! I'm having a small problem with my autoexec.bat >file, that keeps me from installing rsxntdj. I keep getting >a weird "Out of Enviroment Space" error. > It's not that weird. Edit your config.sys and put a line in there that should look something like this: SHELL=C:\DOS\COMMAND.COM C:\DOS /E:370 /P/F This assumes that your command.com sits in C:\DOS (it might as well be c:\windows\command) and that you need 370 bytes of environment space. You might need a larger number here. HTH, Manni