Tony Firshman writes:

> You would probably edit the first line of your win boot program to
> something like:
>
> IF VER$=="JSL":<code to run SMSQ from win1_boot>

My boot says:

..
120 IF VER$ <> 'HBA' THEN
130  PRINT "SMSQ/E? ";
140  k$ = INKEY$(180): PRINT k$
150  smsq = (k$ = '' OR NOT k$ INSTR 'n ' & CHR$(27))
160 ELSE
170  smsq = 1
180 END IF
190 :
200 IF smsq THEN
210  IF VER$ <> 'HBA' THEN
220   LRESPR 'win2_SMSQ_GOLD'
230   REMark LRESPR 'win2_SMSQ_Aurora'
240  END IF
250 END IF
..

This sets the smsq flag (used elsewhere in the boot) and loads SMSQ/E unless 
it is already loaded or NOT ' y ' is pressed before the 3 second timeout.

Per 
_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Reply via email to