Help for this page

Select Code to Download


  1. or download this
    use strict; 
    my $drive;
    ...
        # You should check all system calls for error.
        # system will set $? to an error code for you.
    }
    
  2. or download this
    system("tpconfig -delete -drive -index ${count} 2>nul:");
    die "Unknown Error with tpconfig $count" if $? >> 8;