Path: utzoo!attcan!uunet!know!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!uflorida!pine.circa.ufl.edu!dwatney From: dwatney@pine.circa.ufl.edu (SUTHERLAND) Newsgroups: comp.os.msdos.programmer Subject: Re: Environment size in a DOS shell Message-ID: <24668@uflorida.cis.ufl.EDU> Date: 2 Oct 90 18:03:21 GMT References: <1990Oct2.133952.5198@uokmax.ecn.uoknor.edu> Sender: news@uflorida.cis.ufl.EDU Reply-To: dwatney@pine.circa.ufl.edu Organization: University of Florida - pine.circa.ufl.edu Lines: 13 News-Software: VAX/VMS VNEWS 1.3-4 In article <1990Oct2.133952.5198@uokmax.ecn.uoknor.edu>, gene@uokmax.ecn.uoknor.edu (Gene E. Johannsen) writes... >I would like an environment larger than 160 bytes in a DOS shell, but I haven't >been able to figure out how to make it work. > >Does anyone know? > >gene Check out the CONFIG.SYS command SHELL as in: SHELL=C:\COMMAND.COM /E:256 /P Marshall (dwatney@pine.circa.ufl.edu)