From: eeakk AT worldnet DOT att DOT net Newsgroups: comp.os.msdos.djgpp Subject: autoexec.bat problem Message-ID: <3a178fbc.25652823@netnews.worldnet.att.net> X-Newsreader: Forte Free Agent 1.21/32.243 Lines: 35 Date: Sun, 19 Nov 2000 08:42:10 GMT NNTP-Posting-Host: 12.74.57.145 X-Complaints-To: abuse AT worldnet DOT att DOT net X-Trace: bgtnsc06-news.ops.worldnet.att.net 974623330 12.74.57.145 (Sun, 19 Nov 2000 08:42:10 GMT) NNTP-Posting-Date: Sun, 19 Nov 2000 08:42:10 GMT Organization: AT&T Worldnet To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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. Here is how autoexec.bat looks without any problems: @echo off REM To make a DOS Boot Diskette; See the file C:\DOSBOOT\DOSBOOT.TXT path C:\WINDOWS;C:\WINDOWS\COMMAND SET BLASTER=A220 I5 D1 T4 SET DJGPP=C:\DJGPP\DJGPP.ENV SET PATH=C:\DJGPP\BIN;%PATH% SET GRX20DRV=VESA gw 1024 gh 768 nc 64k SET GRXFONT=C:\DJGPP\contrib\grx-2.3.1\fonts But when I add the following to install rsxntdj: SET RSXNTDJ=C:\DJGPP\contrib\RSXNTDJ SET PATH=%RSXNTDJ%\bin;%PATH% SET C_INCLUDE_PATH=%RSXNTDJ%\include\win32\anders I get an out of enviroment space error!!!! I tried removing the 2 GRX lines, but nothing happened, just threw the same error at me again. Is there something I have to do to increase enviroment space, or am I just out of luck? Any help would be greatly appereciated by this fairly new programmer.