OzCIS Script Language Commands By Name command category syntax summary log safe -------- ------------ ---------------------------------------- ------------------------------------------------------------ ------------ ADD Wait add add a string to a multiple-wait command yes BREAK Online break send a Break signal to CIS yes CALL Flow Control call call a sub-script yes CAPTURE Capture capture [] manage capture files yes CLS Output cls clear the screen yes CONCAT String concat combine two or more strings yes CWRITE Capture cwrite write directly to the capture file yes DEBUG Output debug echo currently executing command on the status line yes DEC Numeric dec [] decrease the value of a numeric variable yes DEFINE Variable define [] create a user variable and optionally give it a value yes DELAY Flow Control delay pause processing for a specified interval yes DELSTR String delstr [] delete a substring from within a larger string yes DL Online dl ;; download a file No DOS Flow Control dos [] run an external program, or get the command processor prompt with caution DWAIT Wait dwait activate a multiple-wait, and continue if nothing found yes END Flow Control end signal the end of the script yes ENTER Online enter go to any CIS service page and wait for first prompt No ERASE File IO erase delete a file from the disk yes ERROR Output error displays an error message in a dialog box yes FAIL Flow Control fail signal that the script ended abnormally yes FAPPEND File IO fappend open a disk file ready to add to the end of it yes FCLOSE File IO fclose close a disk file yes FCREATE File IO fcreate create and open a new disk file yes FEOF File IO feof returns TRUE when the end of the file has been reached yes FERROR File IO ferror returns the DOS error value of the last file operation yes FEXISTS File IO fexists returns TRUE when the specified file is found yes FOPEN File IO fopen open an existing disk file (for reading and writing?) yes FREADLN File IO freadln read the next line of text from a disk file yes FWRITE File IO fwrite write a line of text to a disk file yes GIF Online gif set a filename for the next GIF file to be downloaded/viewed No GO Online go go to any CIS service page and wait for first prompt No GOSUB Flow Control gosub