Apr 30, 2001 #1 oasys Technical User Jun 27, 2000 20 CA How can you automate a script to start at 10:00am every day?
Apr 30, 2001 1 #2 goBoating Programmer Feb 8, 2000 1,606 US use 'crontab' on UNIX systems or 'at' on WinNT systems. For more on crontab, do -> man crontab For more on 'at' , do ->Start->Help->key in 'at' and select the 'at command' item. HTH keep the rudder amid ship and beware the odd typo Upvote 0 Downvote
use 'crontab' on UNIX systems or 'at' on WinNT systems. For more on crontab, do -> man crontab For more on 'at' , do ->Start->Help->key in 'at' and select the 'at command' item. HTH keep the rudder amid ship and beware the odd typo