In NT use the "at" command:<br>
<br>
AT [\\computername] [ [id] [/DELETE] ¦ /DELETE [/YES]]<br>
AT [\\computername] time [/INTERACTIVE]<br>
[ /EVERY:date[,...] ¦ /NEXT:date[,...]] "command"<br>
<br>
"\\computername" Specifies a remote computer. Commands are scheduled on the local computer if this parameter is omitted.<br>
<br>
"id" Is an identification number assigned to a scheduled command.<br>
"/delete" Cancels a scheduled command. If id is omitted, all the scheduled commands on the computer are canceled.<br>
<br>
"/yes" Used with cancel all jobs command when no further confirmation is desired.<br>
<br>
"time" Specifies the time when command is to run.<br>
<br>
"/interactive" Allows the job to interact with the desktop of the user who is logged on at the time the job runs.<br>
<br>
"/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.<br>
<br>
"/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.<br>
<br>
"command" Is the Windows NT command, or batch program to be run.<br>