Windows NT
It is possible to use the "AT" command in WinNT to schedule jobs. Here are the guidelines
for using AT:
a. The Schedule service must be running to use the AT command (go to Control Panel|Services
to start the Schedule service)
b. The first time you set the AT command, you should type something like this:
C:\> AT 3am /next:Thursday "ftp -n -s:autoftp.ftp"
Where you are following these guidelines:
/every:date [,...] Runs the command on each specified day(s) of the week or month. If date is omitted, the current day of the month is assumed.
/next:date[,...] Runs the specified command on the next occurrence of the day (for example, next Thursday). If date is omitted, the current day of the month is assumed.
"command" Is the Windows NT command, or batch program to be run.
c. To see the scheduled jobs on your local machine, just type:
C:\> AT
Status ID Day Time Command Line
-------------------------------------------------------------------------------
0 Next Th 3:00 AM "ftp -n -s:autoftp.ftp"
1 Next Tu 3:00 AM "ftp -n -s:autoftp.ftp"
Windows 95
To schedule jobs in Windows 95, use the System Agent.
NOTE:
No matter which scheduling tool you use, do not forget to disable the schedule after
its use. In most cases, you won't want the scheduled program to run more than once.