Is there a meaning behind HBA amd JSL?

Neil

>>> [EMAIL PROTECTED] 25 January 2007 15:22 >>>
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

***********************************************************************************
The contents of this email are confidential to the intended recipient.
It may not be disclosed to or used by anyone other than the addressee, nor may 
it be copied in any way. If received in error, please contact the company on 
01793-715380, then delete it from your system. Please note neither the company 
nor the sender accepts any responsibility for viruses and it is your 
responsibility to scan attachments (if any) for viruses.
No contract may be concluded on behalf of the company by means of email 
communications.

BC Services (UK) Limited (trading as Boxclever), Technology House,
Ampthill Road, Bedford, MK42 9QQ.  Registered No. 5290544 England

 www.boxclever.co.uk
***********************************************************************************

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

Reply via email to