Scripit Console Commands ======================== These Commands work with a CLI console only: -------------------------------------------- CON CLS Clears all the text in the console. CON ECHO [string_1] [string_2] [string_3] ... [string_n] Prints out the specified strings onto the console. Each string is printed on its own line. CON TEXT [string_1] [string_2] [string_3] ... [string_n] Prints out the specified strings onto the console. The line is not terminated after each string. CON MOVE x,y Moves the cursor to position x,y. If no x,y were given, the cursor will be moved to the top left of the screen. CON UP [n] CON DOWN [n] CON LEFT [n] CON RIGHT [n] Move the cursor up/down/left/right n times. (default is 1) CON SCROLLUP [n] CON SCROLLDOWN [n] Scroll the console lines up/down n lines. (default is 1) CON INSLINE CON DELLINE Insert/Delete a line at the current cursor position. CON INSCHAR [n] CON DELCHAR [n] Insert/delete [n] chars at the current cursor position. CON CURSORON CON CURSOROFF Turn cursor display on/off. CON CLREOL Erase to end of line. CON CLREOD Erase to end of display. CON STYLE