Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Win32 Task Scheduler Monitor

by Anonymous Monk
on Jun 03, 2002 at 02:30 UTC ( [id://171105]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    OS:Win2000 Professional
    Perl:ActiveState 5.005_02
    Win32::AdminMisc:NAME="Win32-AdminMisc",VERSION="0,2000,07,08"
    
  2. or download this
    use strict;
    use Win32::AdminMisc;
    ...
    foreach $Number (keys(%Jobs)){
        print "Job $Number is $Jobs{$Number}->{Command}\n";
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://171105]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (7)
As of 2024-04-25 16:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found