[analog-help] Scheduling and automation again

2000-08-18 Thread Tsering Wangyal Shawa
Aengus and others, You don't need to use perl to do scheduling on NT. You can schedule a job to run using the AT command, and, depending on how complex your requirements are, a simple 3 line batch file may be sufficient. CD /D x:\folder\Analog for /f "tokens=2,3 delims=/ " %%f in ('date /t')

Re: [analog-help] Scheduling and automation again

2000-08-18 Thread Aengus Lawlor
Aengus and others, You don't need to use perl to do scheduling on NT. You can schedule a job to run using the AT command, and, depending on how complex your requirements are, a simple 3 line batch file may be sufficient. CD /D x:\folder\Analog for /f "tokens=2,3 delims=/ " %%f in ('date /t')