Steve2106 Posted January 25, 2007 Report Share Posted January 25, 2007 Hi Guys,Can you help me please?The Environment Path Variable can only contain paths of a certain length How do I setup an alias to a long path I.E. clabin = C:\stevesstuff\clarion\binThen in the Environment Path Variable I can just have C:\WinNT\System32;clabin;etc . . . Thanks for your help,Steve. Quote Link to comment Share on other sites More sharing options...
Alexis Blaze Posted January 25, 2007 Report Share Posted January 25, 2007 The Environment Path Variable can only contain paths of a certain lengthI don't think that environment vartiable have a limit on their length... here is the value of my environment variablePATH = C:\PROGRA~2\Borland\CBUILD~1\Bin;C:\PROGRA~2\Borland\CBUILD~1\Projects\Bpl;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\system32\WBEM;C:\Program Files\ATI Technologies\ATI.ACE\;C:\Program Files\Common Files\Autodesk Shared\;C:\Program Files\backburner 2\;C:\Program Files\Common Files\Adobe\AGL;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\Internet\Opera;C:\Programming\Dev-Cpp\bin;C:\Program Files\Java\jdk1.5.0_04\bin;D:\Project\XML Parser\xerces\xerces-c\bin;as you can see, it quite long but it's works fine...How do I setup an alias to a long path I.E. clabin = C:\stevesstuff\clarion\binThen in the Environment Path Variable I can just have C:\WinNT\System32;clabin;etc . . .to do this, create an environment variable called clabin, then in the Path variable add %CLABIN% Quote Link to comment Share on other sites More sharing options...
Steve2106 Posted January 26, 2007 Author Report Share Posted January 26, 2007 The Environment Path Variable can only contain paths of a certain lengthI don't think that environment vartiable have a limit on their length... here is the value of my environment variablePATH = C:\PROGRA~2\Borland\CBUILD~1\Bin;C:\PROGRA~2\Borland\CBUILD~1\Projects\Bpl;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\system32\WBEM;C:\Program Files\ATI Technologies\ATI.ACE\;C:\Program Files\Common Files\Autodesk Shared\;C:\Program Files\backburner 2\;C:\Program Files\Common Files\Adobe\AGL;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\Program Files\Internet\Opera;C:\Programming\Dev-Cpp\bin;C:\Program Files\Java\jdk1.5.0_04\bin;D:\Project\XML Parser\xerces\xerces-c\bin;as you can see, it quite long but it's works fine...How do I setup an alias to a long path I.E. clabin = C:\stevesstuff\clarion\binThen in the Environment Path Variable I can just have C:\WinNT\System32;clabin;etc . . .to do this, create an environment variable called clabin, then in the Path variable add %CLABIN%That's perfect.Thankyou.Best Regards,Steve. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.