Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: How to schedule an activity on Windows?

by imperl (Novice)
on May 09, 2005 at 10:56 UTC ( [id://455141]=note: print w/replies, xml ) Need Help??


in reply to Re: How to schedule an activity on Windows?
in thread How to schedule an activity on Windows using Perl?

Im aware of the Task Scheduler in Windows but the problem is that I have around 500 files that need to be executed an Im hoping to write a Perl script to automate this, if possible. Yes, schedule all at different times. Thanks.
  • Comment on Re^2: How to schedule an activity on Windows?

Replies are listed 'Best First'.
Re^3: How to schedule an activity on Windows?
by rupesh (Hermit) on May 09, 2005 at 11:08 UTC
    Do you need to schedule all those 500 files during differrent times? Then I would suggest you to script it (in Perl, of course).
    If not, then the simplest way would be to add all those files (500 or how-much-ever) in a batch file (In DOS, you name the file with the extn '.bat'). You can then schedule this batch file using the Windows Scheduler or the Perl Module.


    Cheers,
    Rupesh.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-19 13:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found