Updating the Script
To change an existing command line or to add a new command
line to a server command script, complete the following fields
and then click Finish, or click Cancel
to end the task.
Description
Enter or change the description of the schedule.
- The maximum length of the description is 255 characters.
- To remove an existing description, specify a null string
using single quotes ('') for this value.
Script Content
Enter the server commands or paste in the content from another
window.
- Command lines may contain substitution variables (use $1,
$2, etc) and may be continued across multiple command
lines if a continuation character ("-") is
specified as the last character in the command line.
- A command line is limited to 1200 characters.
- Use a special If(...) clause to make logical decisions
based on the return code from the previous command in a
script.
- Use the EXIT command to terminate script processing
early.
- Use GOTO and label statements to branch logic in a
script. Use the label statement as a target of a GOTO
statement.