Adr 0 Scr 0,0 Scr 1,0 Scr 2,0 Scr 3,0 Scr 4,0 Scr 5,0 Scr 6,0 Scr 7,0 Scr 8,0 Scr 9,0 Scr 10,0 Scr 11,0 Scr 12,0 Scr 13,0 Scr 14,0 Scr 15,0 Scr 0,1 Scr 1,1 Scr 2,1 Scr 3,1 Scr 4,1 Scr 5,1 Scr 6,1 Scr 7,1 Scr 8,1 Scr 9,1 Scr 10,1 Scr 11,1 Scr 12,1 Scr 13,1 Scr 14,1 Scr 15,1 End Do not write any comment before "End"! This is a TSR-script which controls LCDECHO's background activity after calling it with the /T parameter: LCDECHO /T script.lcd The above script is an example that will continously copy the upper left corner of the screen into an 2x16 LCD. The following commands are available: Adr x Set LCD-Adress. Scr x,y Grab character from screen (x=0..79, y=0..24). Chr c Display a certain character. End End of commands. The script will be endlessly repeated. All commands must be seperated by some white space or a new line. The TSR-script feature will not work on the Atari Portfolio! (c) 1999 by Klaus Peichl.