Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!mcnc!ece-csc!ncrcae!ncr-sd!hp-sdd!hplabs!hpcea!hpfcdc!garyq From: garyq@hpfcdc.HP.COM (Gary Quakenbush) Newsgroups: comp.sys.ibm.pc Subject: Re: How to expand the environment space Message-ID: <5580004@hpfcdc.HP.COM> Date: Wed, 14-Oct-87 11:18:19 EDT Article-I.D.: hpfcdc.5580004 Posted: Wed Oct 14 11:18:19 1987 Date-Received: Sat, 17-Oct-87 18:40:31 EDT References: <781@elbereth.rutgers.edu> Organization: HP Ft. Collins, Co. Lines: 28 Re: Environment space in COMMAND.COM In your CONFIG.SYS file, insert a line like: shell=command.com c: /e:nn /p The "c:" part tells the resident part of COMMAND.COM where to find the transient part. The "/e:nn" part controls how big an environment space is desired. The "nn" is a number from 10 to 62 (defaulting to 10) indicating how many 16-byte chunks of memory are to be reserved for the environment space. The "/p" tells that this copy of COMMAND.COM is to be permanent; also causes AUTOEXEC.BAT to be executed. This works for DOS 2.x and DOS 3.1 For DOS 3.2 (and probably 3.3), the value "nn" must be in bytes (max 32000) --------------------- The above response was originally posted by Steve Harrold in early July of this year. I am reposting from my archives. --------------------- Gary Quakenbush Fort Collins, Colorado ---------------------