Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    #  vim:ft=perl:ts=4:sw=4:et:is:hls:ss=10:
    ...
        printf "About to call system('%s') ...\n", $the_cmd;
        my  $rc = system( $the_cmd );
        printf "Return code from system() call was %d (0x%04X)\n", $rc, $r
    +c;
    
  2. or download this
    @echo off
    
    ...
    goto :eof
    
    rem vim:ft=dosbatch:ts=2:sw=2:et:is:hls:ss=10: