GO        Rerun the currently defined script file

<< Click to Display Table of Contents >>

Navigation:  Robo-FTP User's Guide > Script Programming > Script Commands > All Script Commands >

GO        Rerun the currently defined script file

Syntax:

GO


Arguments:

None


Options:

None


 

 

This command is intended to be used from the console command line during debugging to (re)run the currently selected script file. This command has the same effect as clicking the Rerun Script File (Ctrl + R) button on the toolbar.

 

The GO command is not supported as a command within a script file itself - it is only for use from the console command line during script debugging.

 

 

Related command(s): BREAK, RESUME, STOP

See also: Interactive Debugging, Basic Logging