Re: [ql-users] Aurora - Good news

2007-01-26 Thread Roy wood
In message [EMAIL PROTECTED], Tony Firshman 
[EMAIL PROTECTED] writes
Rich Mellor wrote:

 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.
That explains why his win1_boot worked without the trick.

I don't think that has *always* been the case.
There have been versions of SMSQ/E where the internal test to see if it 
is already loaded were left out (probably because SMSQ/E is modular and 
the module was left out deliberately during testing and then not put 
back in). This, of course, only applies to the Gold Card versions. In 
the current version it is fine again but it is always worth leaving it 
in just in case. 'It does not eat any bread' as my wife says.
-- 
Roy Wood
Q Branch. 20 Locks Hill, Portslade, Sussex.BN41 2LB
Tel: +44 (0) 1273 386030fax: +44 (0) 1273 430501  skype : royqbranch
web : www.qbranch.demon.co.uk

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


Re: [ql-users] Aurora - Good news

2007-01-25 Thread Tony Firshman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Neil Riley wrote:
 Finally !! 
 
 Refitted RomDisq, wiggled and made sure all connectors were firmly in
 place, rebooted
 no problems without freezing up the Aurora, edited rom1_boot to Hotkey
 QCDEZE_obj
 and the icing o the cake... the mouse is fully working.
 
 The RomDisq Boot doesn't load SMSQ ?!? so i'm not yet sure exactly how
 that is loaded
 as yet but apart from that little puzzle, all appears well. 
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.

Tony
- --
QBBS (QL fido BBS 2:252/67) +44(0)1442-828255
   [EMAIL PROTECTED] http://firshman.co.uk
Voice: +44(0)1442-828254 Fax: +44(0)1442-828255 Skype: tonyfirshman
TF Services, 29 Longfield Road, TRING, Herts, HP23 4DG
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFuL0bM3RzOs8+btoRAmEYAJ9PWAHL81BM48RJTzBUrutqPrF8cACghFCH
nH3GhTESfiqd+ECr+LcupT0=
=VF3+
-END PGP SIGNATURE-
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] Aurora - Good news

2007-01-25 Thread Neil Riley
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


Re: [ql-users] Aurora - Good news

2007-01-25 Thread Tony Firshman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Neil Riley wrote:
 Is there a meaning behind HBA amd JSL?
 

He he - you had all the clues.

VER$ is ROM version - as per QL User Guide (on Dilwyn's site if you
haven't got the paper version)

My version was:

IF VER$==JSL:load SMSQ
ie if the version run if Minerva.  L is Laurence Reeves and JS I suppose
because that was the latest UK version.

Pers was:

IF VER$HBA:load SMSQ

... so you know then what HBA is (8-)#
Pers is better, as it is independent of the native ROM version.

I wonder what HBA stood for?  Tony Tebby wrote SMSQ.  I think his wife
is Beverly, so maybe it is her initials.

Tony


- --
QBBS (QL fido BBS 2:252/67) +44(0)1442-828255
   [EMAIL PROTECTED] http://firshman.co.uk
Voice: +44(0)1442-828254 Fax: +44(0)1442-828255 Skype: tonyfirshman
TF Services, 29 Longfield Road, TRING, Herts, HP23 4DG
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFuOk7M3RzOs8+btoRAlCGAJ4rHgrlQOXrlWkVAmmsvnUE7UbwzgCfS7zs
OaQmIaldk+UsKE0N8zlC9dk=
=DD67
-END PGP SIGNATURE-
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


Re: [ql-users] Aurora - Good news

2007-01-25 Thread Rich Mellor
On Thu, 25 Jan 2007 14:22:19 -, 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.


-- 
Rich Mellor
RWAP Services
URL:http://www.rwapsoftware.co.uk
URL:http://www.rwapservices.co.uk

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


Re: [ql-users] Aurora - Good news

2007-01-25 Thread Derek Stewart
Which is better Minerva or SMSQ/E...

I would say SMSQ/E is more up to date.

Derek

Rich Mellor wrote:
 On Thu, 25 Jan 2007 14:22:19 -, 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.


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