Xref: utzoo comp.os.msdos.misc:1092 comp.os.msdos.programmer:3226 comp.os.msdos.apps:993 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!emory!gatech!uflorida!reef.cis.ufl.edu!jdb From: jdb@reef.cis.ufl.edu (Brian K. W. Hook) Newsgroups: comp.os.msdos.misc,comp.os.msdos.programmer,comp.os.msdos.apps Subject: PATH statement Message-ID: <26780@uflorida.cis.ufl.EDU> Date: 8 Feb 91 00:51:29 GMT Sender: news@uflorida.cis.ufl.EDU Organization: UF CIS Dept. Lines: 22 My path statement has exceeded the legal limit allowed by DOS. Is there any way to extend this? I thought the standard way would be to do: CONFIG.SYS: shell=c:\command.com /e:512 /p Since my environment space was initially set to 256bytes. Adding another 256 did not help. I have one hard drive, so I have lots of stuff like: PATH=C:\BIN\WINDOWS;C:\BIN\WINDOWS\EXCEL;C:\DOS\UTILS\NORTON50;etc. etc. I tried using the SUBST for the more frequently accesed directories: SUBST U: C:\DOS\UTILS So I could use U: instead, but Windows 3.0 chokes on the SUBST command. Any pointers? Brian