CONSOLE Control output to console window
<< Click to Display Table of Contents >> Navigation: Robo-FTP User's Guide > Script Programming > Script Commands > All Script Commands > CONSOLE Control output to console window |
Syntax: |
CONSOLE |
[ /option ] |
Arguments: |
none |
|
Options: |
/off |
Turn off all output to the console window. |
|
/on |
Turn on output to console window. |
When running scripts, it may be desirable to suppress the echoing of commands to the console window for all or a part of script file execution. Use this command to turn off and on output to the console window as desired. Even with output to the console window suppressed, output to the log file is not affected.
;; Suppress console output
CONSOLE /off
Related command(s): CONSOLEMSG, FTPCLIENT, TRACEWIN, WEBBROWSER, ASK, MESSAGEBOX, PROMPT, BROWSE, PLAYSOUND, LOG
See also: Running Robo-FTP With Prompting