Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!hao!oddjob!gargoyle!ihnp4!cbosgd!mandrill!neoucom!wtm From: wtm@neoucom.UUCP (Bill Mayhew) Newsgroups: comp.sources.bugs,comp.sources.wanted,comp.sys.ibm.pc Subject: Re: Need some help with uupc Message-ID: <690@neoucom.UUCP> Date: Thu, 10-Sep-87 09:29:39 EDT Article-I.D.: neoucom.690 Posted: Thu Sep 10 09:29:39 1987 Date-Received: Sat, 12-Sep-87 18:17:19 EDT References: <913@westpt.usma.edu> Organization: Northeastern Ohio Universities College of Medicine Lines: 27 Keywords: uupc environment too small Summary: changing the evironment size Xref: mnetor comp.sources.bugs:284 comp.sources.wanted:2207 comp.sys.ibm.pc:7680 You can increase the environment size in dos 3.x by specifiying the start-up shell in your CONFIG.SYS file. Normally, you'd want COMMAND.COM to be the shell. I've seen a lot of errors in owner's manuals regading the options for the SHELL= parameter. Many manuals say that enviornment size is specified in bytes; this is only true for DOS 3.2 and 3.3. 3.0 and 3.1 measure the environment size in 16 byte paragraphs. Under 3.0 and 3.1, divide your desired environment size by 16 to get the number to be used for the parameter. Use the following syntax for the CONFIG.SYS entry: SHELL = C:\COMMAND.COM /E:1024 /P The /E: specifies the environment size. /P means "permanent", and has to be present. The /P indicates to COMMAND.COM that it is the inital program, and it is OK to mess with the envrionment size; I think it also means that this is the shell that will be reloaded when a program dumps command.com to get extra space. DOS 2.x requires patching to increase environment space. That's a good enough reson for me to suggest dropping 2.x, unless you have an older program you need to run that gorks on 3.x. Bill (wtm ' daemon; he g