From: "Alberto Chessa" Newsgroups: comp.os.msdos.djgpp Subject: Re: Environment Space Date: 8 May 1998 11:39:47 GMT Organization: FIAR S.p.A. Lines: 11 Message-ID: <01bd7a75$c1c4bba0$2cc809c0@chessa> References: <3552F56B DOT 5868 AT linetap DOT com> NNTP-Posting-Host: milano28-30.tin.it To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk nebo wrote in article <3552F56B DOT 5868 AT linetap DOT com>... > Does anyone know how to increase the environment space for DOS [...] Try DOS Command: help shell - It will show You how to increase the env space, that is simlpe add the following line to your config.sys file: SHELL=C:\COMMAND.COM /P /E:xxxxx where xxxx is the required env size in bytes (default value: 256)