Hi, As I have not resolved my initialisation problem with Smsq as yet, I thought I would try the following boot listing.
My first problem is wth Qascade not working in Qdos. Does it have to have a Minerva rom, if so, how do I install it? Arnold ________________________________ From: Dilwyn Jones <[email protected]> To: [email protected] Sent: Thursday, 19 November, 2009 13:07:19 Subject: Re: [Ql-Users] More BASIC Queries >> "BOOT" - Choose the Operating System required and load same. (QDOS OR SMSQ) >> [if QDOS is selected then do nothing since QDOS is the native OS whereas if >> SMSQ is selected, LRESPR SMSQ_GOLD) - LRUN BOOT2 I should perhaps have qualified this - one boot can both install SMSQ and install the toolkits/extensions: 100 IF VER$<>"HBA" THEN 110 REM only offer to install SMSQE if not already present 120 INPUT"1=SMSQE 2=QDOS";os 130 IF os = "2" THEN LRESPR WIN1_EXTNS_SMSQ_REXT 140 END IF 150 REM now install every other toolkit 160 IF VER$ <> "HBA" THEN 170 TK2_EXT : REM ensure TK2 enabled on QDOS systems 180 REMark install pointer environment on QDOS 190 LRESPR win1_extns_ptr_gen : REM in this order... 200 LRESPR win1_extns_wman 210 LRESPR win1_extns_hot_rext 220 END IF 230 LRESPR this.... 240 LRESPR that.... (and so on) 500 REM define hotkeys (and so on) 800 REMark activate hotkeys job 810 HOT_GO _______________________________________________ QL-Users Mailing List http://www.q-v-d.demon.co.uk/smsqe.htm _______________________________________________ QL-Users Mailing List http://www.q-v-d.demon.co.uk/smsqe.htm
