The Robo-EDIT Script File Editor
<< Click to Display Table of Contents >> Navigation: Robo-FTP Server > Server Event Scripts > The Robo-EDIT Script File Editor |
Although you can use any text editor to create Server Event Scripts, the Robo-EDIT text editor is specifically designed for editing Robo-FTP syntax. Robo-EDIT helps you minimize typographical errors and provides for the easiest possible creation and maintenance of Server Event Scripts. Major features include:
Ø | Context sensitive help for all Robo-FTP script commands |
Ø | Color syntax highlighting of Robo-FTP script commands |
Ø | Automatically capitalize Robo-FTP script commands as you type |
Ø | Edit multiple script files and save (and reload) all at once as a “session” |
Ø | Find in files function that automatically searches script files (files with .s extension) |
Ø | Optional tabbed interface when editing multiple files |
Ø | Optional line numbers |
This is the Robo-EDIT main screen:
Robo-FTP script command syntax is highlighted in color as shown below:
Blue |
Script commands |
---|---|
Violet |
Script command options (e.g., /append); command operators (e.g., &) |
Black |
Variables and strings |
Green |
Comments |
Red |
Predefined error variables (e.g., $ERROR_SUCCESS); numeric constants (e.g., NATO 30) |
Bold Black |
Script labels |
Robo-EDIT may be launched by double-clicking a file with the default Robo-FTP .s script file name extension or from the Robo-FTP Server folder in the Start Menu.
See also: Programming Server Event Scripts