Re: remote win32 execn - os/patches/prods/diskusage/users

2003-02-12 Thread Lance
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

Re: remote win32 execn - os/patches/prods/diskusage/users

2003-02-12 Thread Lance
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! "

remote win32 execn - os/patches/prods/diskusage/users

2003-02-11 Thread PRADEEP GOEL
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