Home XP Commands
XP Syntax

SOON.exe (Resource Kit)

Schedule a command to run in the near future (calls the AT command)

Syntax
      SOON [\\computername] delay [/interactive] "command"
SOON /i:[on|off] Key delay : When the command should run, in SECONDS from now. default=5 /interactive : Allows any user to see the job as it runs, this allows testing and monitoring of the command. You can specify /interactive as just /i computername : the UNC name of a remote machine
/i:on : Make /interactive the default behaviour use SOON /i:off to restore normal behaviour

SOON schedules jobs to run at a time relative to the current time in "seconds from now"
It is otherwise identical to the AT command but saves calculating an exact start time.

As with all AT jobs you should test your SOON scripts by using the /INTERACTIVE option to be sure that they:

This command will work with both the NT 4 "Schedule" service (ATSVC) or with the "Task Scheduler" service in more recent versions of Windows.

"We want the finest wines available to humanity. And we want them here and we want them now" - Bruce Robinson (Withnail and I )

Related Commands:

AT - Schedule a command to run at a later time
Q237840 - Setting a delay of less than 60 seconds.
Q226370 - IE 5 bugs related to the Task Scheduler (fixed in IE 5.01)

Equivalent Linux BASH commands:

cron - Daemon to execute scheduled commands
crontab - Schedule a command to run at a later time
watch - Execute/display a program periodically



Back to the Top

Simon Sheppard
SS64.com