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!
"
Unix scenario:
a script , say S1 , is copied to all unix test machines from a server then
run from server ( daily as a CRON job ) & output is redirected to a local
file on server then used to display on web page.
Could someone please specify me how to get following info (commands /
funcs ) on REM