Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 exptools; site whuts.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!houxm!whuxl!whuts!2212msr From: 2212msr@whuts.UUCP (ROBIN) Newsgroups: net.micro.pc Subject: Re: DOS 3.1 environ size (one more time...) Message-ID: <711@whuts.UUCP> Date: Mon, 21-Apr-86 09:10:59 EST Article-I.D.: whuts.711 Posted: Mon Apr 21 09:10:59 1986 Date-Received: Wed, 23-Apr-86 21:16:13 EST References: <3254@ut-ngp.UUCP> Organization: AT&T Bell Laboratories Lines: 37 > > HELP!!!!! No matter how hard I try, I can't seem to get PC-DOS 3.1 to > give me more environment. Here is my config.sys file: > > SHELL=C:\COMMAND.COM /P C:\ /E:63 > FILES=20 > DEVICE=C:\DOS\ANSI.SYS > BUFFERS=30 > COUNTRY=001 > LASTDRIVE=Z > > I can leave out the shell= line and it makes no difference at all. I > still run out of environ space at the same place in my list of set > commands. YES, I am sure that I'm running DOS 3.10. What is going on > here? Answer by main unless it is of interest to the whole net. I think your problem is caused by putting c: after the /p. format of command is supposed to be: shell=drive/pathname_of_command_processor drive/path_to_command_process /p/e:number_of_16_byte_paragraphs where: 10