;************************************************************* ; WSFST23a.SUB * ;************************************************************* ; (please place ONLY the comments necessary for the current * ; .SUB file here. Place all other comments in the .DOC * ; file and keep this one short. -Steve) * ;============================================================* ; Vers. 2.3a and b Steve Sanders 02-Jun-85 * ; * ; Took vers 2.2 and made two seperate .SUB files. * ; * ; WSFST23A.SUB is for speeded-up version only. * ; * ; WSFST23B.SUB is for fast WSU and also the default log * ; to drive B on startup * ; * ; WSFAST22.SUB was causing errors when run with the drive * ; B patch commented out and the resulting file you saved * ; would call up DDT not WS when run. * ;============================================================* ; This sub file when placed on a drive(/user) with EX.COM, * ; DDT.COM, STAT.COM, WSFAST23.HEX and WSU.COM (version 3.30) * ; will automatically make the necessary changes to WSU.COM * ; for a very quick sign-on and everything else displayed. * ; * ; Place WSU.COM, DDT.COM, EX.COM, STAT.COM, and * ; WSFST23a.SUB on drive "A" or A0: and type: * ; * ; A0>EX WSFST23a * ; * ; NOTE: Do NOT use your original WSU.COM (only a copy please)* ; * ;////////////////////////////////////////////////////////////* ; ; ; Please make a note of the SIZE of your WSU file as indicated ; here by the numbers in the "Recs" column... ; stat wsu.com ; ; ; When you have made note of the SIZE, press any key... ; ; ; < press RETURN to continue.... > ^? ; ; ; ddt wsu.com s2b1 50 01 01 . s28e 01 01 . a3ceb jmp 3cfd . a3d0f lxi h,0007 call 2198 . iwsfast23.hex r g0 ; ; Modification now completed... ; ; Now use: SAVE nn WSX.COM before doing anything else ; ; the "nn" is the size as indicated by STAT earlier, divided by 2. ; ; if STAT said 138 - then SAVE 69, if 140 then SAVE 70, etc... ; ; Please test WSX.COM before renaming to WS.COM for use... ;