Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Win32 Task Scheduler Monitor

by LovelyGreeting (Novice)
on May 31, 2002 at 05:50 UTC ( [id://170633]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #=============================
    # Win32::AdminMisc
    ...
    foreach $Number (keys(%Jobs)){
        print "Job $Number is $Jobs{$Number}->{Command}\n";
    }
    
  2. or download this
    #=============================
    # Win32::Lanman
    ...
        Win32::NetAdmin::GetServers($pdc, $domain, 0x00008000, \@servers3)
    + || print "Unable to read NetBios 8000.";
        @servers = (@servers1, @servers2, @servers3);
        }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://170633]
Approved by virtualsue
Front-paged by RhetTbull
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-19 04:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found