Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uunet!aplcen!samsung!brutus.cs.uiuc.edu!psuvax1!psuvm!PSUVM!LSVTONN From: smi@RELAY.PROTEON.COM Newsgroups: bit.listserv.novell Subject: Re: Bill Coomber's mail of 5 Jan 90 Message-ID: <9001101014.AA18222@monk.proteon.com> Date: 9 Jan 90 13:10:00 GMT Sender: Novell LAN Interest Group Reply-To: Novell LAN Interest Group Organization: Proteon, Inc., Westborough, MA 01581 [(508)898-2800] Lines: 24 Approved: Since they are moderated Posted-Date: Wed, 10 Jan 90 05:10 EST X-Vers: CCMail to SMTP translator by Alan Marshall vers 2.24 8/30/89 X-To: novell@suvm.acs.syr.edu > You can increase the size of the DOS environment by adding a line > to your CONFIG.SYS file. I set it to 512 bytes using: > > SHELL=C:\COMMAND.COM /P /E:512 > Note that this SHELL command only works for DOS 3.2 and up. This is because the "512" is interpreted as bytes for those versions of DOS. For DOS 3.1, the "512" would be interpreted as number of 16-byte paragraphs, yielding a number larger than DOS can handle. For DOS 3.1, I recommend using: SHELL=C:\COMMAND.COM /P /E:40 This yields 640 bytes for environment. ================================================================ Steve Isenberg arpanet: smi@relay.proteon.com Interactive Images, Inc ma bell: 617-938-8440 Woburn, Mass Secretary, Boston Area Novell User's Group (Call our free BBS at 617-932-0310 2400,N,8) ================================================================