Help for this page

Select Code to Download


  1. or download this
    @ECHO OFF
    REM -- this is a .CMD script named 'C:\sperl.cmd' to launch Perl at st
    +artup.
    ...
    
    echo == %1 >> C:\startup.log
    %PERL_BIN% -w %* 1>>C:\startup.log 2>&1
    
  2. or download this
    C:\sperl.cmd C:\path\to\script.pl and some args