Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site bnrmtv.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!decwrl!sun!amdahl!bnrmtv!connery From: connery@bnrmtv.UUCP (Glenn Connery) Newsgroups: net.micro.pc Subject: Re: PC-DOS 3.1 Environment size Message-ID: <239@bnrmtv.UUCP> Date: Mon, 27-Jan-86 12:45:13 EST Article-I.D.: bnrmtv.239 Posted: Mon Jan 27 12:45:13 1986 Date-Received: Thu, 30-Jan-86 01:13:54 EST Organization: Bell Northern Research, Mtn. View, CA Lines: 19 Actually the line in CONFIG.SYS should look something like: SHELL=C:\DOS\COMMAND.COM C:\DOS /P /E:20 where the options are respectively: 1) Where to load the initial copy of COMMAND.COM 2) Where to get subsequent copies 3) Make these changes permanent 4) Environment size, in number of paragraphs. The default is 10 but anything between 10 and 62 will work. values outside that are ignored. Also, there's apparently (I got this info off compuserve) another switch /D which causes AUTOEXEC.BAT not to be executed, if you care. Glenn