The AT Command


The AT command allows you to schedule tasks from the command line. The basic syntax of the AT command is as follows :

 AT \  remote ID  /  PARAMETERS  "  fullpath  " 

Here, remote is an optional name of a remote system on which to control tasks; ID specifies a task ID to modify; and fullpath is the complete path and file name of the item to schedule. Table 2 lists the available parameters.

Table 2: The AT command parameters.

Parameter

Description

/DELETE

Removes a scheduled job.

/EVERY: x

Recurrently runs the command on the specified day ( x ).

/INTERACTIVE

Sets the job to interact with the desktop. This switch must be set if you want the user to have any interactivity with the scheduled task.

/ NEXT : x

Runs the command on the next specified date ( x ).

/YES

Combined with /DELETE , suppresses all jobs cancellation prompt.




Windows Admin Scripting Little Black Book
Windows Admin Scripting Little Black Book (Little Black Books (Paraglyph Press))
ISBN: 1933097108
EAN: 2147483647
Year: 2004
Pages: 89

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net