Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use Win32;
    Win32::InitiateSystemShutdown( '', "\nWARNING\!\!\n\nSystem is about t
    +o Reboot\!\n\(The system will reboot in 30 seconds.\)", 30, 1, 1 );
    
  2. or download this
    #!/usr/bin/perl -w
    use Win32;
    $machineName="";
    Win32::AbortSystemShutdown($machineName);