In message 
<[EMAIL PROTECTED]
.net>, Rich Mellor <[EMAIL PROTECTED]> writes
>On Thu, 25 Jan 2007 14:22:19 -0000, Tony Firshman <[EMAIL PROTECTED]>
>wrote:
>
>> You can see from the first line of your HD boot, which you quoted here.
>> You load it on first boot.  You need a line check that SMSQ is loaded.
>>
>> 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>
>>
>> After booting up under Minerva, "PRINT VER$" to check.
>>
>
>
>Actually there is no need to test whethere SMSQ/e is already loaded -
>LRESPR win1_SMSQ_bin will only ever load SMSQ/e the first time.  Once
>SMSQ/e is loaded, it is intelligent enough to not try installing itself
>again.

Plus SMSQ/E already has some of the of the QPAC2 extensions.

Clip from my boot file :

200 :
210 REMark Set up QPAC2
220 windrive$='win1' : REMark Main C drive
230 rext$=windrive$ &'_QPAC2_': exec$=windrive$ & '_QPAC2_'
235 REMark No need to load with SMSQ/E present
240 REMark LRESPR rext$ & 'ptr_gen'
250 REMark LRESPR rext$ & 'wman'
260 REMark LRESPR rext$ & 'hot_rext'
270 LRESPR rext$ & 'ramprt'
280 LRESPR rext$ & 'QPAC2'
290 LRESPR rext$ & 'Menu_rext_english'

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

Reply via email to