Path: utzoo!utgpu!water!watmath!clyde!bellcore!faline!ulysses!allegra!mit-eddie!ll-xn!ames!sdcsvax!ucsdhub!hp-sdd!hplabs!hpcea!hpfcdc!hpldola!russ From: russ@hpldola.UUCP Newsgroups: comp.sys.ibm.pc Subject: Re: Environment space size? Message-ID: <11250016@hpldola.HP.COM> Date: 12 Jan 88 21:47:52 GMT References: <1900@ukecc.engr.uky.edu> Organization: HP Elec. Design Div. -ColoSpgs Lines: 20 Posted: Tue Jan 12 16:47:52 1988 >. >.Also note that no environment variable can occupy more than 127 (128?) bytes >.each! >. >This limit has just bitten me for the PATH variable. Is there any way >to have a PATH which is longer than this? >I am using MS-DOS 3.3. Does anyone have any patches which will allow >a larger PATH variable, or other fixes (short of restructuring my disk) >which will allow searching on the PATH variable? You can use the SUBST command to set up logical drives that equate to a subdirectory, then use the drive name in the path. SUBST D: C:\level1\level2\level3 SUBST E: C:\layer1\layer2\layer3\layer4 PATH=D:\level4A;D:\level4B;E:\layer5 Remember to put a LASTDRIVE=d: in your CONFIG.SYS if you need a drive after E: