- or download this
PROGRAM = perl
PATH = '.' + %PATH%
...
TRY PATH\perl.EXTENSION
}
}
- or download this
C:\> set PATH
- 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.
- 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