Path: utzoo!attcan!uunet!lll-winken!ames!mailrus!iuvax!bobmon From: bobmon@iuvax.cs.indiana.edu (RAMontante) Newsgroups: comp.sys.ibm.pc Subject: Re: DOS 3.1 environment Message-ID: <16548@iuvax.cs.indiana.edu> Date: 17 Jan 89 15:18:59 GMT Reply-To: bobmon@iuvax.cs.indiana.edu (RAMontante) Distribution: na Organization: malkaryotic Lines: 18 >>I was wondering if anybody out there new What I need to do to change >>the size of my DOS environment? I have an IBM AT running DOS 3.1. > >DOS 3.1 doesn't have the /E switch available for resetting the size of Grunt. MSDOS (maybe not PCDOS?) v3.1 supported the /E switch in a slightly different manner than v3.2 and up, and it wasn't a documented feature. The line shell=c:\command.com c:\ /e:20 in the CONFIG.SYS file should specify an environment of 20 "paragraphs", or 320 bytes. (For v3.2 the /e specifies bytes, not paragraphs.) Note that this doesn't help if your problem is a too-long PATH string; there's a limit of <127 bytes per string, regardless of the number of strings in the environment. This limit can be tricked, but it's a pain. Microsoft's various attempts at an operating system are all pains.