Help for this page

Select Code to Download


  1. or download this
    PROGRAM = perl
    PATH = '.' + %PATH%
    ...
            TRY PATH\perl.EXTENSION
        }
    }
    
  2. or download this
    C:\> set PATH
    
  3. or download this
    @echo off
    
    ...
    echo     include that extension in the program name and the 'which' 
    echo     command will only search for a program file with that extensi
    +on.
    echo.
    
  4. or download this
    \\vmware-host\Shared Folders Z:\mvincent\tmp> which perl
    Z:\mvincent\tmp\perl.bat
    ...
    \\vmware-host\Shared Folders Z:\mvincent\tmp> which -a perl
    Z:\mvincent\tmp\perl.bat
    C:\Perl\bin\perl.exe