"Walter Briscoe" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> In message <2e51601c46aa8$3f2006d0$(E-Mail Removed)> of Thu, 15 Jul 2004
> 13:13:51 in microsoft.public.win2000.cmdprompt.admin, JaimeP
> <(E-Mail Removed)> writes
> >Hi all windows gurus,
> >i think this is the place whre i can put a question:
> >is there any workaround for the 1024 char limit for the
> >contents of the PATH env variable? In my server (w2k
> >server) i need to have a lost of things installed (3
> >different oracle homes, appdev tool, etc) and all of them
> >uses more of the specified 1024 chars.
> Have you rejected the subst command? subst /? for information.
> --
> Walter Briscoe
Additionally, you can create junctions (which are like directory symbolic
links) to some of your longer directories. I use the JUNCTION utility from
www.sysinternals.com. There is also a LINKD utility from Microsoft in the
Win2K resource kit, I believe.