Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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’.

 

Next Command