imply thru - control panel - schdule task
add schwdule task & browse for that .bat file - that's it - right ?
Thanks & Regards
Pradeep
- Original Message -
From: "Lance" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 12, 2003
there are a couple of windows api modules you might want to look at on
www.cpan.org On windows machines, I usually make a bat file that simply
calls my perl script, and put the bat file in the scheduled tasks list.
eg
runme.bat contains:
::
perl -w runthisscriptorelse.pl
::
And that's it!
"