AutoSYNC Software User's Guide (Update 19)

Command Interpreter
HP AutoSYNC User’s Guide522580-020
8-59
COMMENT
designates all systems that have this system as a destination.
USER user-ID
resumes synchronizations from system-name for this specific user-ID.
If a user ID was specified in the DISABLE AUTOSYNC command, the user ID
must be specified in CLEAR AUTOSYNC.
For example, if synchronizations from system \remsys were disabled for user.sally
and for user.joe, each must be cleared in a separate clear command:
CLEAR AUTOSYNC FROM \remsys, USER user.sally;
CLEAR AUTOSYNC FROM \remsys, USER user.joe;
Issuing CLEAR AUTOSYNC FROM \remsys without specifying a user ID returns
an error stating that the control record for remote access from \remsys was not
found.
COMMENT
Causes the command interpreter to ignore the remainder of the current line. It is not a
multiline command, is not terminated with a semicolon and may not appear within the
lines of a multiline command.
In addition to the explicit COMMENT command, a pair of dashes (“– –”) causes the
interpreter to ignore all remaining text on the current line. A dash-dash comment may
appear within a multiline command.
COMMENT any-text