//flex table opened by JP

Click to See Complete Forum and Search --> : Out of Environmental space


johnbradley
04-09-1999, 03:28 PM
Just started getting Out of Environmental space on boot up just before loading MSCDEX for the rw cd.

Autoexec.bat is:

ECHO OFF
@C:\PROGRA~1\NORTON~5\NAVDX.EXE /Startup
LOADHIGH=C:\CLMODE.EXE T640=72 T800=72 T1024=87
SET SOUND=C:\SOUND144
SET GALAXY=A220 I5 D1 K10 P530 T6
SET BLASTER=A220 I5 D0 H5 P300 E620 T6
SET MSINPUT=C:\MSINPUT
SET TEMP=C:\TMP
SET TMP=C:\TMP
SET TZ=EST + 05EDT
PATH C:\PROGRA~1\PAGEMGR\IMGFOLIO;C:\PROGRA~1\PAGEMGR;C :\WIN95B;C:\WIN95B\COMMAND;C:\Progra~1\PWRCHUTE;C: \WIN95B\SYSTEM;C:\PROGRA~1\MICROS~6\OFFI CE;C:\PROGRA~1\NORTON~1;C:\DOS;D:\PAGEMGR;c:\BITWA RE\;.
LoadHigh=C:\WIN95b\COMMAND\MSCDEX.EXE /D:ASPICD0 /M:30 /V /L:G

and Config.sys is:

LASTDRIVE=N
;DEVICE=C:\NEC_IDE.SYS /D:MSCD0001
DEVICE=C:\COMMON\SGIDECD.SYS /D:MSCD0001
DEVICE=C:\SCSI\MCAM18XX.SYS
DEVICE=C:\SCSI\ASPICD.SYS /D:ASPICD0
;DEVICE=C:\WIN95B\TWAIN\UMAXPSDC\PSD-C.SYS


Any suggestions as to what maybe causing the error??

Have 72 Mb and 15 Gig of drive space.

Regards,

jb

augidog
04-09-1999, 03:43 PM
try renaming autoexec and config and then booting...let's see what happens

Jin Vitas
04-09-1999, 04:09 PM
You have too many SET commands and your PATH statement may be too LONG.

another ALTernative will be adding
shell=command.com /e:256 /p
to config.sys

your welcome

kwai
04-10-1999, 06:47 AM
augidog is right and win9x probably doesn't need most of those lines. renaming the autoexec and config files with a *.bak extension would be useful.

you will need a few lines from ea though. create new text files with the appropriate names.
autoexec.bat:

@ECHO OFF (if you don't want to see it run)
@C:\PROGRA~1\NORTON~5\NAVDX.EXE /Startup
(for norton antivirus to run at startup)

config.sys:

DEVICE=C:\SCSI\MCAM18XX.SYS
DEVICE=C:\SCSI\ASPICD.SYS /D:ASPICD0
(if you have any scsi devices)