Help for this page

Select Code to Download


  1. or download this
    my $APP_NAME = q#c:\\perl\\bin\\perl.exe#;
    my $PARAMS = q#-MWin32 -e "Win32::InitiateSystemShutdown(' ','Rebootin
    +g',5,1,1);"#;
    # ...
    $scheduler->SetApplicationName( $APP_NAME );
    $scheduler->SetParameters( $PARAMS );