Help for this page

Select Code to Download


  1. or download this
    C:\test>perl -E"say $^X"
    C:\Perl64\bin\perl.exe
    
  2. or download this
    @echo off
    for %%i in (%1) do @echo %%~$PATH:i
    
  3. or download this
    C:\test>pf perl.exe
    C:\Perl64\bin\perl.exe
    ...
    
    C:\test>pf tp.cmd
    C:\Perl64\bin\tp.cmd