Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!ucbvax!sdcsvax!beowulf!holtz From: holtz@beowulf.UUCP Newsgroups: comp.sys.ibm.pc Subject: Re: DOS enviroment size Message-ID: <2771@sdcsvax.UCSD.EDU> Date: Fri, 27-Feb-87 04:06:05 EST Article-I.D.: sdcsvax.2771 Posted: Fri Feb 27 04:06:05 1987 Date-Received: Sat, 28-Feb-87 07:42:57 EST References: <2091@ncoast.UUCP> <409500003@prism> <2986@iuvax.UUCP> Sender: nobody@sdcsvax.UCSD.EDU Organization: EE/CS Dept. U.C. San Diego Lines: 25 Keywords: subst, lastdrive Summary: A non-kludge method for large PATHs The 'legitimate' way to create long path strings is to use the lastdrive option in config.sys and the subst command. Example: lastdrive=k (say the 'real' last drive is d:) subst e: c:\bin\util subst f: c:\bin\lang subst g: c:\bin\games subst h: c:\bin\filter subst i: c:\bin\editors subst j: c:\bin\etc subst k: c:\bin\etc\etc path=d:\;c:\dos;c:\;e:\;f:\;g:\;h:\;i:\;j:\;k:\ I don't recall off hand just what the limit on lastdrive is, but it can go a very long way in solving large path problems. See the DOS manual (3.0 or beyond...) One word of caution - if you use DOG 1.01 to optimize your disk with substitution active, DOS loses place of any directories which have moved. I find it necessary to reboot after such activity. Fred Holtz holtz@sdcsvax.UCSD.EDU