To give you the best experience, this site uses cookies. Continuing to use 9bis.net means you agree to our use of cookies.
 

 

addpath ( en )

Last modification : 2013/01/26 19:16

addpath simply allows ... to add new directory to the PATH environment variable:
msh> print $PATH
C:\Windows;C:\Windows\System32
msh> addpath C:\temp
msh> print $PATH
C:\Windows;C:\Windows\System32;C:\temp