Path: utzoo!utgpu!water!watmath!clyde!rutgers!princeton!siemens!jrv From: jrv@siemens.UUCP (James R Vallino) Newsgroups: comp.sys.ibm.pc Subject: Re: Environment space size? Keywords: environment variables size Message-ID: <380@siemens.UUCP> Date: 12 Jan 88 14:09:08 GMT References: <1900@ukecc.engr.uky.edu> <554@leah.Albany.Edu> <39592@ti-csl.CSNET> <558@leah.Albany.Edu> Reply-To: jrv@siemens.siemens-rtl.com (James R Vallino) Distribution: na Organization: Siemens RTL, Princeton, NJ Lines: 22 In article <558@leah.Albany.Edu> emb978@leah.Albany.Edu ( Eric M. Boehm) writes: >Also according to Van Wolverton, environment will expand if you add from the >command line but if you try a batch file it will say "Out of Environment". I >used to know the reason for this but can't find it now. Something about >batch files using part of memory that environment also tries to use. Information for running the batch file is loaded in the lowest free memory available. This will be right next to the memory block allocated for the master copy of the environment thus blocking any growth. The SET command is an internal command which does not require anything to be loaded in memory. The same situation occurs if you have loaded any TSR programs. They will prevent MS-DOS from being able to expand the environment beyond its initial allocation even from the command line. Jim Vallino Siemens Research and Technology Lab.,Princeton, NJ CSNET: jrv@siemens.siemens-rtl.com UUCP: {ihnp4,philabs,seismo}!princeton!siemens!jrv -- Jim Vallino Siemens Research and Technology Lab.,Princeton, NJ CSNET: jrv@siemens.siemens-rtl.com UUCP: {ihnp4,philabs,seismo}!princeton!siemens!jrv