Help for this page

Select Code to Download


  1. or download this
    
      set _TEST="c:\path\dir & test"
    
      set PATH=%_TEST%;%drivep%\perl\site\bin;%drivep%\perl\bin;%drivep%\c
    +\bin;%PATH%
    
  2. or download this
    c:\strawberry>set
    ...
    ...
    c:\path\dir & test>perl -e "print $ENV{PATH}"
    c:\path\dir & test;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;
    +C:\strawberry\c\bin; .....