@ | Suppress command and results from logging |
! | Suppress command only from logging |
APPEND | Append one file to another |
ASK | Display a question in a Yes/No dialog box |
BREAK | Set a script file breakpoint |
BROWSE | Display a pop-up open file dialog box |
CALL | Call another script file |
CHAIN | Transfer to another script file |
CONSOLE | Control output to console window |
COPY | Copy one file to another location |
CRON | Script scheduling using crontab file |
DATESUB | Subtract days from a date variable |
DATETIMEADD | Add specified amount of time to the date time variable |
DATETIMESUB | Subtract specified amount of time from the date time variable |
DBCLOSE | Close and optionally delete a database file |
DBREWIND | Reset results search to beginning |
DBUSE | Create and/or open a database file |
DEC | Decrement a variable by one |
DELDIR | Delete an empty local folder |
DIALNET | Initiate auto-dial connection via Dial-Up Networking |
DIFF | Find differences between current state of the local PC file system and the last snapshot or diff operation |
DIFFREWIND | Set the sequential diff pointer back to be first difference found to reset a GETDIFF search sequence |
DISPLAY | Display all or a specified variable |
DOSCMD | Execute an internal MS-DOS command |
EXEC | Execute an external program |
EXPORT | Export configuration settings to a file |
FTPCD | Change to a new directory on the FTP site |
FTPCMD | Send a “raw” FTP command |
FTPDIFF | Find differences between current state of the FTP site file system and the last site snapshot or diff operation |
FTPDIFFREWIND | Set the sequential diff pointer back to be first difference found to reset an FTPGETDIFF search sequence |
FTPGETDIFF | Sequentially report the different files found during the last diff operation on the FTP site |
FTPGETFILE | Get next file in local folder/sub folder tree on the FTP site |
FTPLIST | Write current FTP site directory listing to a file |
FTPPWD | Get current directory on an FTP site |
FTPSETERROR | Store FTP result value for conditional branching |
FTPSNAPSHOT | Take snapshot of current state of FTP site file system |
FTPTOJES | Enable access to JES queue on IBM host (e.g., MVS) |
GETDIFF | Sequentially report the different files found during the last diff operation |
GETFILE | Get next file in local folder/subfolder tree |
GETREWIND | Reset GETFILE to first matching file |
GETSITEFILE | Get next file in an FTP site directory - the feature |
GO | (Re)run the currently selected script file from beginning |
IFDATE | Conditional branch upon file date comparison |
IFDATETIME | Conditional branch upon file date time comparison |
IFERROR | Conditional branch after testing result code |
IFFILE | Conditional branch on file existence |
IFNFILE | Conditional branch on file non-existence |
IFNO | Conditional branch if ‘No’ is clicked in ASK dialog box |
IFNSTRCMP | Conditional branch when two string variables are not equal |
IFNSUBSTR | Conditional branch if sub-string is not found in string variable |
IFNUM | Conditional branch upon numeric variable comparison |
IFSIZE | Conditional branch upon file size comparison |
IFSTRCMP | Conditional branch when two string variables are equal |
IFSUBSTR | Conditional branch if sub-string is found in string variable |
IFTIME | Conditional branch upon file time comparison |
IFYES | Conditional branch if ‘Yes’ is clicked in ASK dialog box |
IMPORT | Import configuration settings from a file |
INC | Increment a variable by one |
LISTDIR | Write local folder listing to a file |
LOG | Specify the script log file name |
LOGMSG | Write a message to the script log file |
LOGNTEVENT | Write a message to the NT application event log |
LOOPIF | Conditional branch used in conjunction with LOOPCOUNT |
LOOPTO | Unconditional branch used in conjunction with LOOPCOUNT |
MAILTO | Send an e-mail message (manually) via default e-mail client |
MOVE | Move one file to another location |
NATO | Specify a no activity time-out |
PAUSE | Pause for specified length of time or until specified hour:minute |
PERFORM | Execute script command contained in character string or Variable |
PRESSANYKEY | Suspend script execution pending a key press |
PROMPT | Display message box with title and prompt, and accept user input |
READFILE | Read string variable value from text file |
READXTBL | Read ASCII - EBCDIC translation table file |
RESTORE | Restore minimized Robo-FTP window to original size |
RESUME | Resume execution of a script file stopped at a breakpoint |
RETURN | Force return from a function |
RSCMD | Send remote server command |
RSCMDSTATUS | Check the status of non-blocking remote server command |
SENDMAIL | Send an e-mail message to one or more recipients |
SESSIONLOG | Specify diagnostic log file name for secure (SSH/SSL) sessions |
SET | Assign or concatenate string variable(s) |
SETEXTRACT | Extract delimited substring from a string |
SETLEN | Assign length of specified string to a variable |
SETNUM | Assign or evaluate numeric variable(s) |
SNAPSHOT | Take snapshot of current state of local PC file system |
STAYALIVE | Specify time-out to maintain FTP site connection |
STOP | Stops script processing or exit from the break state |
SYNC | Synchronize local and FTP site files |
TIMEZONE | Set time zone difference between Robo-FTP and FTP site |
TRACELOG | Specify trace/diagnostic log file name |
UNZIP | Extract file(s) from a zip archive |
WRITEFILE | Write character string or string variable value to text file |
ZIP | Create or add to a zip archive |
See also: Script File Command Arguments, Sample Script Files
|