Help for this page

Select Code to Download


  1. or download this
    use Win32::Process;
    use Win32;
    ...
    sub ErrorReport{
       print Win32::FormatMessage( Win32::GetLastError() );
    }
    
  2. or download this
    @echo off
    sleep -t 5
    echo SLEEP IS DONE