1 REMark Boot program for Q-Index v1.05
2 REMark
3 :
5 v$=VER$
9 REMark In the next line, dev$ contains the device name where the main TOPIC_obj file is stored.  dev1$ contains the device name where the TOPICS_LST file is stored
10 dev$='flp1_':dev1$='flp1_'
100 WINDOW 448,200,32,16:PAPER 0:INK 7:CLS
110 CSIZE 1,1:AT 0,20:PRINT 'Q-INDEX'
120 CSIZE 0,0
130 IF v$<>'HBA'
140   TK2_EXT
190   LRESPR dev$&'PTR_GEN'
200   LRESPR dev$&'WMAN'
210   LRESPR dev$&'HOT_REXT'
220   HOT_GO
230 END IF
280 LRESPR dev$&'MENU_REXT'
285 LRESPR dev$&'QLIB_run'
290 REMark Remove the word REMark from the next line if you want to install the serial mouse from the default drive (see line 5)
340 REMark LRESPR dev$&'SERMouse'
351 REMark Remove the REMark from the following line if you wish to use Q-Help from the default drive (see line 5)
355 REMark LRESPR dev$&'HELP_obj'
360 EX dev$&'TOPICS_obj';dev1$&'\'
