Help for this page

Select Code to Download


  1. or download this
    "C:\...\bin\perl.exe" "%1"
    
  2. or download this
    "C:\...\bin\perl.exe" "%1" %*
    
  3. or download this
    >assoc .pl
    .pl=Perl
    ...
           vvvvvvvvvvvvvvvvvvvvvvvvvv
    >ftype Perl="C:\...\bin\perl.exe" "%1" %*
    Perl="C:\...\bin\perl.exe" "%1" %*