10 REM Launcher by Mark Ray. Released under GPL Jan 1996. 20 REM You may like to save this with the name "AUTO" 30 READ N:DIM M$(N-1):CLS:READ M$(0):PRINT CHR$(14);M$(0);CHR$(15)' 40 FOR I-1 TO N-1:READ M$(I):PRINT TAB(40*((I-1)MOD2));I;" ";M$(I);:NEXT 50 A=GET-48:IF A