SILENT
Â
SILENT
Â
Turns on or off display of dialogs during script execution.
Â
Usage:Â
silent on // do not display dialogs warnings and messages
 silent off // display dialogs
Â
Note: In silent mode, the user will have no way of canceling the script during for example a connect or lookfor command. This command does not have any effect on commands that require user interaction like ‘Message’ or ‘Prompt’.
Â
Â