Help for this page

Select Code to Download


  1. or download this
    $ help assoc
    Displays or modifies file extension associations
    ...
    
        script 1 2 3
    
  2. or download this
     $ ftype |ack perl
    PerlScript=perl.exe %1 %*
    
    $ assoc |ack -i perl
    .pl=PerlScript
    
  3. or download this
     $ reg query HKEY_CLASSES_ROOT\PerlScript /s
    
    ! REG.EXE VERSION 3.0
    ...
    HKEY_CLASSES_ROOT\.pl
        <NO NAME>   REG_SZ  PerlScript