Path: utzoo!utgpu!water!watmath!clyde!rutgers!cmcl2!brl-adm!umd5!purdue!i.cc.purdue.edu!j.cc.purdue.edu!pur-ee!uiucdcs!uxc.cso.uiuc.edu!uicsgva!steven From: steven@uicsgva.UUCP Newsgroups: comp.sys.ibm.pc Subject: Re: Environment space size? Message-ID: <4600005@uicsgva> Date: 11 Jan 88 22:13:00 GMT References: <1900@ukecc.engr.uky.edu> Lines: 9 Nf-ID: #R:ukecc.engr.uky.edu:1900:uicsgva:4600005:000:505 Nf-From: uicsgva.UUCP!steven Jan 11 16:13:00 1988 In dos > 3.2 (maybe earlier) you can use the /e:xx switch on the 'shell' command in config.sys. Look up 'shell' in your dos manual. The problem with making PATH larger than 127 bytes isn't an environment limitation, its a limitation of the 128 byte command line length of dos. You could write a program to go directly into memory, find the dos environment and change it. Its a little difficult to make sure you don't mess up dos's memory, and it would likely not be very portable, put it is possible.