Home » Archimedes archive » Acorn User » AU 1998-02 A.adf » PDScheme » ArtToSpr/WavePlayer/Help/!Install/Install

ArtToSpr/WavePlayer/Help/!Install/Install

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn User » AU 1998-02 A.adf » PDScheme
Filename: ArtToSpr/WavePlayer/Help/!Install/Install
Read OK:
File size: 0C1F bytes
Load address: 0000
Exec address: 0000
File contents
   10REM >Install
   20REM WAVE PLAYER HELP FILES INSTALLER
   30REM LEN 1997, Matthew Wilson
   40
   50ON ERROR ERROR EXT ERR,REPORT$+" at line "+STR$(ERL)
   60
   70DIM temp% 256
   80DIM text% 256
   90DIM title% 64
  100DIM ind% 4
  110SYS "Wimp_Initialise",200,&4B534154,"Installer"
  120
  130PROCinit_window
  140
  150SYS "Hourglass_Start",1
  160REPEAT G%=GET:UNTIL G%=27 OR G%=32
  170
  180IF G%=27 THEN
  190  $text%="Installation aborted."
  200ELSE
  210  PROCinstall
  220  $text%="The installation is now complete. You may delete this installer program as it is no longer needed."
  230ENDIF
  240
  250SYS "Hourglass_Smash"
  260
  270PROCwind_opencentre(window%)
  280SYS "OS_ReadMonotonicTime" TO end%
  290end%+=300
  300REPEAT
  310  SYS "OS_ReadMonotonicTime" TO time%
  320  SYS "Wimp_Poll",,temp%
  330UNTIL time%>=end%
  340
  350END
  360
  370:
  380
  390DEF PROCinit_window
  400  $title%="Wave Player Help Installer"+CHR$(0)
  410  $ind%="L"+CHR$(0)
  420
  430  P%=temp%
  440  RESTORE
  450  REPEAT
  460    READ str$
  470    IF str$<>"END" THEN !P%=EVAL(str$):P%+=4
  480  UNTIL str$="END"
  490
  500  SYS "Wimp_CreateWindow",,temp% TO window%
  510  $text%="This installs the Wave Player help files into StrongHelp�s directory. For this to work correctly, Wave Player must have been installed on a writable media, ie. not left in the compressed archive. Press SPACE to start, or ESCAPE to abort..."
  520  PROCwind_opencentre(window%)
  530
  540  FOR N%=0 TO 5
  550    SYS "Wimp_Poll",,temp%
  560  NEXT
  570ENDPROC
  580
  590:
  600
  610DEF PROCinstall
  620  SYS "XOS_CLI","Remove WavePlayer:!SHFlag"
  630  SYS "XOS_CLI","*Create WavePlayer:!SHFlag 0"
  640
  641  dir$=""
  642  REM version 2.50
  650  SYS "XOS_File",5,"<HelpData$Dir>" TO T%;F%
  660  IF F% AND 1 THEN T%=0
  661  IF T%=2 THEN dir$="<HelpData$Dir>"
  670
  671  REM version 2.10DRAW
  690  SYS "XOS_File",5,"<StrongHelp$Dir>.HelpData" TO T%;F%
  700  IF F% AND 1 THEN T%=0
  710  IF T%=2 THEN dir$="<StrongHelp$Dir>.HelpData"
  720
  721  REM version 2.09 or less
  730  SYS "XOS_File",5,"<StrongHelp$Dir>.Manuals" TO T%;F%
  740  IF F% AND 1 THEN T%=0
  750  IF T%=2 THEN dir$="<StrongHelp$Dir>.Manuals"
  760
  770  IF dir$="" THEN ERROR EXT 0,"Fatal error: cannot find directory inside '!StrongHlp' to install help files in!"
  780
  790  SYS "XOS_CLI","Remove <StrongHelp$Dir>."+dir$+".WavePlayer"
  800  SYS "XWimp_StartTask","Run <Squash$Dir>.Squash <Obey$Dir>.WPHelp "+dir$+".WavePlayer"
  810  SYS "XOS_CLI","Create WavePlayer:!SHFlag 1"
  820ENDPROC
  830
  840:
  850
  860DATA &00000002,&00000004,&00000322,&00000104
  870DATA &00000000,&00000000,&01830B25,&84130012
  880DATA &01070207,&000C0103,&00000000,&FFFFFC58
  890DATA &00000320,&00000000,&2700013D,&00000000
  900DATA &00000001,&00000000,"title%",&FFFFFFFF
  910DATA &00000021,&00000001,&00000000,&FFFFFF00
  920DATA &00000320,&00000000,&17000101,"text%"
  930DATA "ind%",&000000C4
  940DATA "END"
  950
  960:
  970
  980DEF PROCwind_opencentre(winhan%)
  990  LOCAL x%,a%,y%,b%,sx%,sy%
 1000  SYS "OS_ReadModeVariable",MODE,4 TO ,,a%
 1010  SYS "OS_ReadModeVariable",MODE,5 TO ,,b%
 1020  SYS "OS_ReadModeVariable",MODE,11 TO ,,x%
 1030  SYS "OS_ReadModeVariable",MODE,12 TO ,,y%
 1040  x%=x%<<a%:y%=y%<<b%
 1050  !temp%=winhan%
 1060  SYS "Wimp_GetWindowState",,temp%
 1070  sx%=temp%!12-temp%!4
 1080  sy%=temp%!16-temp%!8
 1090  temp%!4=(x%-sx%)/2:temp%!8=(y%-sy%)/2
 1100  temp%!12=(x%+sx%)/2:temp%!16=(y%+sy%)/2
 1110  temp%!28=-1
 1120  SYS "Wimp_CloseWindow",,temp%
 1130  SYS "Wimp_OpenWindow",,temp%
 1140ENDPROC
 1150
 1160

� >Install
&� WAVE PLAYER HELP FILES INSTALLER
� � 1997, Matthew Wilson
(
2!� � � � �,�$+" at line "+�(�)
<
F� temp% 256
P� text% 256
Z� title% 64
d� ind% 4
n2ș "Wimp_Initialise",200,&4B534154,"Installer"
x
��init_window
�
�ș "Hourglass_Start",1
�� G%=�:� G%=27 � G%=32
�
�
� G%=27 �
�$  $text%="Installation aborted."
��
�  �install
�q  $text%="The installation is now complete. You may delete this installer program as it is no longer needed."
��
�
�ș "Hourglass_Smash"

�wind_opencentre(window%)
$ș "OS_ReadMonotonicTime" � end%
"
end%+=300
,�
6'  ș "OS_ReadMonotonicTime" � time%
@  ș "Wimp_Poll",,temp%
J� time%>=end%
T
^�
h
r:
|
�� �init_window
�/  $title%="Wave Player Help Installer"+�(0)
�  $ind%="L"+�(0)
�
�  P%=temp%
�  �
�  �
�    � str$
�)    � str$<>"END" � !P%=�(str$):P%+=4
�  � str$="END"
�
�-  ș "Wimp_CreateWindow",,temp% � window%
��  $text%="This installs the Wave Player help files into StrongHelp�s directory. For this to work correctly, Wave Player must have been installed on a writable media, ie. not left in the compressed archive. Press SPACE to start, or ESCAPE to abort..."
  �wind_opencentre(window%)

  � N%=0 � 5
&    ș "Wimp_Poll",,temp%
0  �
:�
D
N:
X
b� �install
l.  ș "XOS_CLI","Remove WavePlayer:!SHFlag"
v1  ș "XOS_CLI","*Create WavePlayer:!SHFlag 0"
�
�
  dir$=""
�  � version 2.50
�.  ș "XOS_File",5,"<HelpData$Dir>" � T%;F%
�  � F% � 1 � T%=0
�$  � T%=2 � dir$="<HelpData$Dir>"
�
�  � version 2.10�
�9  ș "XOS_File",5,"<StrongHelp$Dir>.HelpData" � T%;F%
�  � F% � 1 � T%=0
�/  � T%=2 � dir$="<StrongHelp$Dir>.HelpData"
�
�  � version 2.09 or less
�8  ș "XOS_File",5,"<StrongHelp$Dir>.Manuals" � T%;F%
�  � F% � 1 � T%=0
�.  � T%=2 � dir$="<StrongHelp$Dir>.Manuals"
�
j  � dir$="" � � � 0,"Fatal error: cannot find directory inside '!StrongHlp' to install help files in!"

@  ș "XOS_CLI","Remove <StrongHelp$Dir>."+dir$+".WavePlayer"
 Z  ș "XWimp_StartTask","Run <Squash$Dir>.Squash <Obey$Dir>.WPHelp "+dir$+".WavePlayer"
*0  ș "XOS_CLI","Create WavePlayer:!SHFlag 1"
4�
>
H:
R
\-� &00000002,&00000004,&00000322,&00000104
f-� &00000000,&00000000,&01830B25,&84130012
p-� &01070207,&000C0103,&00000000,&FFFFFC58
z-� &00000320,&00000000,&2700013D,&00000000
�,� &00000001,&00000000,"title%",&FFFFFFFF
�-� &00000021,&00000001,&00000000,&FFFFFF00
�+� &00000320,&00000000,&17000101,"text%"
�� "ind%",&000000C4
�� "END"
�
�:
�
�� �wind_opencentre(winhan%)
�  � x%,a%,y%,b%,sx%,sy%
�)  ș "OS_ReadModeVariable",�,4 � ,,a%
�)  ș "OS_ReadModeVariable",�,5 � ,,b%
�*  ș "OS_ReadModeVariable",�,11 � ,,x%
*  ș "OS_ReadModeVariable",�,12 � ,,y%
  x%=x%<<a%:y%=y%<<b%
  !temp%=winhan%
$%  ș "Wimp_GetWindowState",,temp%
.  sx%=temp%!12-temp%!4
8  sy%=temp%!16-temp%!8
B+  temp%!4=(x%-sx%)/2:temp%!8=(y%-sy%)/2
L-  temp%!12=(x%+sx%)/2:temp%!16=(y%+sy%)/2
V  temp%!28=-1
`"  ș "Wimp_CloseWindow",,temp%
j!  ș "Wimp_OpenWindow",,temp%
t�
~
�
�
00000000  0d 00 0a 0e f4 20 3e 49  6e 73 74 61 6c 6c 0d 00  |..... >Install..|
00000010  14 26 f4 20 57 41 56 45  20 50 4c 41 59 45 52 20  |.&. WAVE PLAYER |
00000020  48 45 4c 50 20 46 49 4c  45 53 20 49 4e 53 54 41  |HELP FILES INSTA|
00000030  4c 4c 45 52 0d 00 1e 1c  f4 20 a9 20 31 39 39 37  |LLER..... . 1997|
00000040  2c 20 4d 61 74 74 68 65  77 20 57 69 6c 73 6f 6e  |, Matthew Wilson|
00000050  0d 00 28 04 0d 00 32 21  ee 20 85 20 85 20 a2 20  |..(...2!. . . . |
00000060  9f 2c f6 24 2b 22 20 61  74 20 6c 69 6e 65 20 22  |.,.$+" at line "|
00000070  2b c3 28 9e 29 0d 00 3c  04 0d 00 46 0f de 20 74  |+.(.)..<...F.. t|
00000080  65 6d 70 25 20 32 35 36  0d 00 50 0f de 20 74 65  |emp% 256..P.. te|
00000090  78 74 25 20 32 35 36 0d  00 5a 0f de 20 74 69 74  |xt% 256..Z.. tit|
000000a0  6c 65 25 20 36 34 0d 00  64 0c de 20 69 6e 64 25  |le% 64..d.. ind%|
000000b0  20 34 0d 00 6e 32 c8 99  20 22 57 69 6d 70 5f 49  | 4..n2.. "Wimp_I|
000000c0  6e 69 74 69 61 6c 69 73  65 22 2c 32 30 30 2c 26  |nitialise",200,&|
000000d0  34 42 35 33 34 31 35 34  2c 22 49 6e 73 74 61 6c  |4B534154,"Instal|
000000e0  6c 65 72 22 0d 00 78 04  0d 00 82 10 f2 69 6e 69  |ler"..x......ini|
000000f0  74 5f 77 69 6e 64 6f 77  0d 00 8c 04 0d 00 96 1a  |t_window........|
00000100  c8 99 20 22 48 6f 75 72  67 6c 61 73 73 5f 53 74  |.. "Hourglass_St|
00000110  61 72 74 22 2c 31 0d 00  a0 1a f5 20 47 25 3d a5  |art",1..... G%=.|
00000120  3a fd 20 47 25 3d 32 37  20 84 20 47 25 3d 33 32  |:. G%=27 . G%=32|
00000130  0d 00 aa 04 0d 00 b4 0d  e7 20 47 25 3d 32 37 20  |......... G%=27 |
00000140  8c 0d 00 be 24 20 20 24  74 65 78 74 25 3d 22 49  |....$  $text%="I|
00000150  6e 73 74 61 6c 6c 61 74  69 6f 6e 20 61 62 6f 72  |nstallation abor|
00000160  74 65 64 2e 22 0d 00 c8  05 cc 0d 00 d2 0e 20 20  |ted.".........  |
00000170  f2 69 6e 73 74 61 6c 6c  0d 00 dc 71 20 20 24 74  |.install...q  $t|
00000180  65 78 74 25 3d 22 54 68  65 20 69 6e 73 74 61 6c  |ext%="The instal|
00000190  6c 61 74 69 6f 6e 20 69  73 20 6e 6f 77 20 63 6f  |lation is now co|
000001a0  6d 70 6c 65 74 65 2e 20  59 6f 75 20 6d 61 79 20  |mplete. You may |
000001b0  64 65 6c 65 74 65 20 74  68 69 73 20 69 6e 73 74  |delete this inst|
000001c0  61 6c 6c 65 72 20 70 72  6f 67 72 61 6d 20 61 73  |aller program as|
000001d0  20 69 74 20 69 73 20 6e  6f 20 6c 6f 6e 67 65 72  | it is no longer|
000001e0  20 6e 65 65 64 65 64 2e  22 0d 00 e6 05 cd 0d 00  | needed.".......|
000001f0  f0 04 0d 00 fa 18 c8 99  20 22 48 6f 75 72 67 6c  |........ "Hourgl|
00000200  61 73 73 5f 53 6d 61 73  68 22 0d 01 04 04 0d 01  |ass_Smash"......|
00000210  0e 1d f2 77 69 6e 64 5f  6f 70 65 6e 63 65 6e 74  |...wind_opencent|
00000220  72 65 28 77 69 6e 64 6f  77 25 29 0d 01 18 24 c8  |re(window%)...$.|
00000230  99 20 22 4f 53 5f 52 65  61 64 4d 6f 6e 6f 74 6f  |. "OS_ReadMonoto|
00000240  6e 69 63 54 69 6d 65 22  20 b8 20 65 6e 64 25 0d  |nicTime" . end%.|
00000250  01 22 0d 65 6e 64 25 2b  3d 33 30 30 0d 01 2c 05  |.".end%+=300..,.|
00000260  f5 0d 01 36 27 20 20 c8  99 20 22 4f 53 5f 52 65  |...6'  .. "OS_Re|
00000270  61 64 4d 6f 6e 6f 74 6f  6e 69 63 54 69 6d 65 22  |adMonotonicTime"|
00000280  20 b8 20 74 69 6d 65 25  0d 01 40 1b 20 20 c8 99  | . time%..@.  ..|
00000290  20 22 57 69 6d 70 5f 50  6f 6c 6c 22 2c 2c 74 65  | "Wimp_Poll",,te|
000002a0  6d 70 25 0d 01 4a 11 fd  20 74 69 6d 65 25 3e 3d  |mp%..J.. time%>=|
000002b0  65 6e 64 25 0d 01 54 04  0d 01 5e 05 e0 0d 01 68  |end%..T...^....h|
000002c0  04 0d 01 72 05 3a 0d 01  7c 04 0d 01 86 12 dd 20  |...r.:..|...... |
000002d0  f2 69 6e 69 74 5f 77 69  6e 64 6f 77 0d 01 90 2f  |.init_window.../|
000002e0  20 20 24 74 69 74 6c 65  25 3d 22 57 61 76 65 20  |  $title%="Wave |
000002f0  50 6c 61 79 65 72 20 48  65 6c 70 20 49 6e 73 74  |Player Help Inst|
00000300  61 6c 6c 65 72 22 2b bd  28 30 29 0d 01 9a 14 20  |aller"+.(0).... |
00000310  20 24 69 6e 64 25 3d 22  4c 22 2b bd 28 30 29 0d  | $ind%="L"+.(0).|
00000320  01 a4 04 0d 01 ae 0e 20  20 50 25 3d 74 65 6d 70  |.......  P%=temp|
00000330  25 0d 01 b8 07 20 20 f7  0d 01 c2 07 20 20 f5 0d  |%....  .....  ..|
00000340  01 cc 0e 20 20 20 20 f3  20 73 74 72 24 0d 01 d6  |...    . str$...|
00000350  29 20 20 20 20 e7 20 73  74 72 24 3c 3e 22 45 4e  |)    . str$<>"EN|
00000360  44 22 20 8c 20 21 50 25  3d a0 28 73 74 72 24 29  |D" . !P%=.(str$)|
00000370  3a 50 25 2b 3d 34 0d 01  e0 12 20 20 fd 20 73 74  |:P%+=4....  . st|
00000380  72 24 3d 22 45 4e 44 22  0d 01 ea 04 0d 01 f4 2d  |r$="END".......-|
00000390  20 20 c8 99 20 22 57 69  6d 70 5f 43 72 65 61 74  |  .. "Wimp_Creat|
000003a0  65 57 69 6e 64 6f 77 22  2c 2c 74 65 6d 70 25 20  |eWindow",,temp% |
000003b0  b8 20 77 69 6e 64 6f 77  25 0d 01 fe fe 20 20 24  |. window%....  $|
000003c0  74 65 78 74 25 3d 22 54  68 69 73 20 69 6e 73 74  |text%="This inst|
000003d0  61 6c 6c 73 20 74 68 65  20 57 61 76 65 20 50 6c  |alls the Wave Pl|
000003e0  61 79 65 72 20 68 65 6c  70 20 66 69 6c 65 73 20  |ayer help files |
000003f0  69 6e 74 6f 20 53 74 72  6f 6e 67 48 65 6c 70 91  |into StrongHelp.|
00000400  73 20 64 69 72 65 63 74  6f 72 79 2e 20 46 6f 72  |s directory. For|
00000410  20 74 68 69 73 20 74 6f  20 77 6f 72 6b 20 63 6f  | this to work co|
00000420  72 72 65 63 74 6c 79 2c  20 57 61 76 65 20 50 6c  |rrectly, Wave Pl|
00000430  61 79 65 72 20 6d 75 73  74 20 68 61 76 65 20 62  |ayer must have b|
00000440  65 65 6e 20 69 6e 73 74  61 6c 6c 65 64 20 6f 6e  |een installed on|
00000450  20 61 20 77 72 69 74 61  62 6c 65 20 6d 65 64 69  | a writable medi|
00000460  61 2c 20 69 65 2e 20 6e  6f 74 20 6c 65 66 74 20  |a, ie. not left |
00000470  69 6e 20 74 68 65 20 63  6f 6d 70 72 65 73 73 65  |in the compresse|
00000480  64 20 61 72 63 68 69 76  65 2e 20 50 72 65 73 73  |d archive. Press|
00000490  20 53 50 41 43 45 20 74  6f 20 73 74 61 72 74 2c  | SPACE to start,|
000004a0  20 6f 72 20 45 53 43 41  50 45 20 74 6f 20 61 62  | or ESCAPE to ab|
000004b0  6f 72 74 2e 2e 2e 22 0d  02 08 1f 20 20 f2 77 69  |ort..."....  .wi|
000004c0  6e 64 5f 6f 70 65 6e 63  65 6e 74 72 65 28 77 69  |nd_opencentre(wi|
000004d0  6e 64 6f 77 25 29 0d 02  12 04 0d 02 1c 10 20 20  |ndow%)........  |
000004e0  e3 20 4e 25 3d 30 20 b8  20 35 0d 02 26 1d 20 20  |. N%=0 . 5..&.  |
000004f0  20 20 c8 99 20 22 57 69  6d 70 5f 50 6f 6c 6c 22  |  .. "Wimp_Poll"|
00000500  2c 2c 74 65 6d 70 25 0d  02 30 07 20 20 ed 0d 02  |,,temp%..0.  ...|
00000510  3a 05 e1 0d 02 44 04 0d  02 4e 05 3a 0d 02 58 04  |:....D...N.:..X.|
00000520  0d 02 62 0e dd 20 f2 69  6e 73 74 61 6c 6c 0d 02  |..b.. .install..|
00000530  6c 2e 20 20 c8 99 20 22  58 4f 53 5f 43 4c 49 22  |l.  .. "XOS_CLI"|
00000540  2c 22 52 65 6d 6f 76 65  20 57 61 76 65 50 6c 61  |,"Remove WavePla|
00000550  79 65 72 3a 21 53 48 46  6c 61 67 22 0d 02 76 31  |yer:!SHFlag"..v1|
00000560  20 20 c8 99 20 22 58 4f  53 5f 43 4c 49 22 2c 22  |  .. "XOS_CLI","|
00000570  2a 43 72 65 61 74 65 20  57 61 76 65 50 6c 61 79  |*Create WavePlay|
00000580  65 72 3a 21 53 48 46 6c  61 67 20 30 22 0d 02 80  |er:!SHFlag 0"...|
00000590  04 0d 02 81 0d 20 20 64  69 72 24 3d 22 22 0d 02  |.....  dir$=""..|
000005a0  82 14 20 20 f4 20 76 65  72 73 69 6f 6e 20 32 2e  |..  . version 2.|
000005b0  35 30 0d 02 8a 2e 20 20  c8 99 20 22 58 4f 53 5f  |50....  .. "XOS_|
000005c0  46 69 6c 65 22 2c 35 2c  22 3c 48 65 6c 70 44 61  |File",5,"<HelpDa|
000005d0  74 61 24 44 69 72 3e 22  20 b8 20 54 25 3b 46 25  |ta$Dir>" . T%;F%|
000005e0  0d 02 94 15 20 20 e7 20  46 25 20 80 20 31 20 8c  |....  . F% . 1 .|
000005f0  20 54 25 3d 30 0d 02 95  24 20 20 e7 20 54 25 3d  | T%=0...$  . T%=|
00000600  32 20 8c 20 64 69 72 24  3d 22 3c 48 65 6c 70 44  |2 . dir$="<HelpD|
00000610  61 74 61 24 44 69 72 3e  22 0d 02 9e 04 0d 02 9f  |ata$Dir>".......|
00000620  15 20 20 f4 20 76 65 72  73 69 6f 6e 20 32 2e 31  |.  . version 2.1|
00000630  30 df 0d 02 b2 39 20 20  c8 99 20 22 58 4f 53 5f  |0....9  .. "XOS_|
00000640  46 69 6c 65 22 2c 35 2c  22 3c 53 74 72 6f 6e 67  |File",5,"<Strong|
00000650  48 65 6c 70 24 44 69 72  3e 2e 48 65 6c 70 44 61  |Help$Dir>.HelpDa|
00000660  74 61 22 20 b8 20 54 25  3b 46 25 0d 02 bc 15 20  |ta" . T%;F%.... |
00000670  20 e7 20 46 25 20 80 20  31 20 8c 20 54 25 3d 30  | . F% . 1 . T%=0|
00000680  0d 02 c6 2f 20 20 e7 20  54 25 3d 32 20 8c 20 64  |.../  . T%=2 . d|
00000690  69 72 24 3d 22 3c 53 74  72 6f 6e 67 48 65 6c 70  |ir$="<StrongHelp|
000006a0  24 44 69 72 3e 2e 48 65  6c 70 44 61 74 61 22 0d  |$Dir>.HelpData".|
000006b0  02 d0 04 0d 02 d1 1c 20  20 f4 20 76 65 72 73 69  |.......  . versi|
000006c0  6f 6e 20 32 2e 30 39 20  6f 72 20 6c 65 73 73 0d  |on 2.09 or less.|
000006d0  02 da 38 20 20 c8 99 20  22 58 4f 53 5f 46 69 6c  |..8  .. "XOS_Fil|
000006e0  65 22 2c 35 2c 22 3c 53  74 72 6f 6e 67 48 65 6c  |e",5,"<StrongHel|
000006f0  70 24 44 69 72 3e 2e 4d  61 6e 75 61 6c 73 22 20  |p$Dir>.Manuals" |
00000700  b8 20 54 25 3b 46 25 0d  02 e4 15 20 20 e7 20 46  |. T%;F%....  . F|
00000710  25 20 80 20 31 20 8c 20  54 25 3d 30 0d 02 ee 2e  |% . 1 . T%=0....|
00000720  20 20 e7 20 54 25 3d 32  20 8c 20 64 69 72 24 3d  |  . T%=2 . dir$=|
00000730  22 3c 53 74 72 6f 6e 67  48 65 6c 70 24 44 69 72  |"<StrongHelp$Dir|
00000740  3e 2e 4d 61 6e 75 61 6c  73 22 0d 02 f8 04 0d 03  |>.Manuals"......|
00000750  02 6a 20 20 e7 20 64 69  72 24 3d 22 22 20 8c 20  |.j  . dir$="" . |
00000760  85 20 a2 20 30 2c 22 46  61 74 61 6c 20 65 72 72  |. . 0,"Fatal err|
00000770  6f 72 3a 20 63 61 6e 6e  6f 74 20 66 69 6e 64 20  |or: cannot find |
00000780  64 69 72 65 63 74 6f 72  79 20 69 6e 73 69 64 65  |directory inside|
00000790  20 27 21 53 74 72 6f 6e  67 48 6c 70 27 20 74 6f  | '!StrongHlp' to|
000007a0  20 69 6e 73 74 61 6c 6c  20 68 65 6c 70 20 66 69  | install help fi|
000007b0  6c 65 73 20 69 6e 21 22  0d 03 0c 04 0d 03 16 40  |les in!".......@|
000007c0  20 20 c8 99 20 22 58 4f  53 5f 43 4c 49 22 2c 22  |  .. "XOS_CLI","|
000007d0  52 65 6d 6f 76 65 20 3c  53 74 72 6f 6e 67 48 65  |Remove <StrongHe|
000007e0  6c 70 24 44 69 72 3e 2e  22 2b 64 69 72 24 2b 22  |lp$Dir>."+dir$+"|
000007f0  2e 57 61 76 65 50 6c 61  79 65 72 22 0d 03 20 5a  |.WavePlayer".. Z|
00000800  20 20 c8 99 20 22 58 57  69 6d 70 5f 53 74 61 72  |  .. "XWimp_Star|
00000810  74 54 61 73 6b 22 2c 22  52 75 6e 20 3c 53 71 75  |tTask","Run <Squ|
00000820  61 73 68 24 44 69 72 3e  2e 53 71 75 61 73 68 20  |ash$Dir>.Squash |
00000830  3c 4f 62 65 79 24 44 69  72 3e 2e 57 50 48 65 6c  |<Obey$Dir>.WPHel|
00000840  70 20 22 2b 64 69 72 24  2b 22 2e 57 61 76 65 50  |p "+dir$+".WaveP|
00000850  6c 61 79 65 72 22 0d 03  2a 30 20 20 c8 99 20 22  |layer"..*0  .. "|
00000860  58 4f 53 5f 43 4c 49 22  2c 22 43 72 65 61 74 65  |XOS_CLI","Create|
00000870  20 57 61 76 65 50 6c 61  79 65 72 3a 21 53 48 46  | WavePlayer:!SHF|
00000880  6c 61 67 20 31 22 0d 03  34 05 e1 0d 03 3e 04 0d  |lag 1"..4....>..|
00000890  03 48 05 3a 0d 03 52 04  0d 03 5c 2d dc 20 26 30  |.H.:..R...\-. &0|
000008a0  30 30 30 30 30 30 32 2c  26 30 30 30 30 30 30 30  |0000002,&0000000|
000008b0  34 2c 26 30 30 30 30 30  33 32 32 2c 26 30 30 30  |4,&00000322,&000|
000008c0  30 30 31 30 34 0d 03 66  2d dc 20 26 30 30 30 30  |00104..f-. &0000|
000008d0  30 30 30 30 2c 26 30 30  30 30 30 30 30 30 2c 26  |0000,&00000000,&|
000008e0  30 31 38 33 30 42 32 35  2c 26 38 34 31 33 30 30  |01830B25,&841300|
000008f0  31 32 0d 03 70 2d dc 20  26 30 31 30 37 30 32 30  |12..p-. &0107020|
00000900  37 2c 26 30 30 30 43 30  31 30 33 2c 26 30 30 30  |7,&000C0103,&000|
00000910  30 30 30 30 30 2c 26 46  46 46 46 46 43 35 38 0d  |00000,&FFFFFC58.|
00000920  03 7a 2d dc 20 26 30 30  30 30 30 33 32 30 2c 26  |.z-. &00000320,&|
00000930  30 30 30 30 30 30 30 30  2c 26 32 37 30 30 30 31  |00000000,&270001|
00000940  33 44 2c 26 30 30 30 30  30 30 30 30 0d 03 84 2c  |3D,&00000000...,|
00000950  dc 20 26 30 30 30 30 30  30 30 31 2c 26 30 30 30  |. &00000001,&000|
00000960  30 30 30 30 30 2c 22 74  69 74 6c 65 25 22 2c 26  |00000,"title%",&|
00000970  46 46 46 46 46 46 46 46  0d 03 8e 2d dc 20 26 30  |FFFFFFFF...-. &0|
00000980  30 30 30 30 30 32 31 2c  26 30 30 30 30 30 30 30  |0000021,&0000000|
00000990  31 2c 26 30 30 30 30 30  30 30 30 2c 26 46 46 46  |1,&00000000,&FFF|
000009a0  46 46 46 30 30 0d 03 98  2b dc 20 26 30 30 30 30  |FFF00...+. &0000|
000009b0  30 33 32 30 2c 26 30 30  30 30 30 30 30 30 2c 26  |0320,&00000000,&|
000009c0  31 37 30 30 30 31 30 31  2c 22 74 65 78 74 25 22  |17000101,"text%"|
000009d0  0d 03 a2 16 dc 20 22 69  6e 64 25 22 2c 26 30 30  |..... "ind%",&00|
000009e0  30 30 30 30 43 34 0d 03  ac 0b dc 20 22 45 4e 44  |0000C4..... "END|
000009f0  22 0d 03 b6 04 0d 03 c0  05 3a 0d 03 ca 04 0d 03  |"........:......|
00000a00  d4 1f dd 20 f2 77 69 6e  64 5f 6f 70 65 6e 63 65  |... .wind_opence|
00000a10  6e 74 72 65 28 77 69 6e  68 61 6e 25 29 0d 03 de  |ntre(winhan%)...|
00000a20  1b 20 20 ea 20 78 25 2c  61 25 2c 79 25 2c 62 25  |.  . x%,a%,y%,b%|
00000a30  2c 73 78 25 2c 73 79 25  0d 03 e8 29 20 20 c8 99  |,sx%,sy%...)  ..|
00000a40  20 22 4f 53 5f 52 65 61  64 4d 6f 64 65 56 61 72  | "OS_ReadModeVar|
00000a50  69 61 62 6c 65 22 2c eb  2c 34 20 b8 20 2c 2c 61  |iable",.,4 . ,,a|
00000a60  25 0d 03 f2 29 20 20 c8  99 20 22 4f 53 5f 52 65  |%...)  .. "OS_Re|
00000a70  61 64 4d 6f 64 65 56 61  72 69 61 62 6c 65 22 2c  |adModeVariable",|
00000a80  eb 2c 35 20 b8 20 2c 2c  62 25 0d 03 fc 2a 20 20  |.,5 . ,,b%...*  |
00000a90  c8 99 20 22 4f 53 5f 52  65 61 64 4d 6f 64 65 56  |.. "OS_ReadModeV|
00000aa0  61 72 69 61 62 6c 65 22  2c eb 2c 31 31 20 b8 20  |ariable",.,11 . |
00000ab0  2c 2c 78 25 0d 04 06 2a  20 20 c8 99 20 22 4f 53  |,,x%...*  .. "OS|
00000ac0  5f 52 65 61 64 4d 6f 64  65 56 61 72 69 61 62 6c  |_ReadModeVariabl|
00000ad0  65 22 2c eb 2c 31 32 20  b8 20 2c 2c 79 25 0d 04  |e",.,12 . ,,y%..|
00000ae0  10 19 20 20 78 25 3d 78  25 3c 3c 61 25 3a 79 25  |..  x%=x%<<a%:y%|
00000af0  3d 79 25 3c 3c 62 25 0d  04 1a 14 20 20 21 74 65  |=y%<<b%....  !te|
00000b00  6d 70 25 3d 77 69 6e 68  61 6e 25 0d 04 24 25 20  |mp%=winhan%..$% |
00000b10  20 c8 99 20 22 57 69 6d  70 5f 47 65 74 57 69 6e  | .. "Wimp_GetWin|
00000b20  64 6f 77 53 74 61 74 65  22 2c 2c 74 65 6d 70 25  |dowState",,temp%|
00000b30  0d 04 2e 1a 20 20 73 78  25 3d 74 65 6d 70 25 21  |....  sx%=temp%!|
00000b40  31 32 2d 74 65 6d 70 25  21 34 0d 04 38 1a 20 20  |12-temp%!4..8.  |
00000b50  73 79 25 3d 74 65 6d 70  25 21 31 36 2d 74 65 6d  |sy%=temp%!16-tem|
00000b60  70 25 21 38 0d 04 42 2b  20 20 74 65 6d 70 25 21  |p%!8..B+  temp%!|
00000b70  34 3d 28 78 25 2d 73 78  25 29 2f 32 3a 74 65 6d  |4=(x%-sx%)/2:tem|
00000b80  70 25 21 38 3d 28 79 25  2d 73 79 25 29 2f 32 0d  |p%!8=(y%-sy%)/2.|
00000b90  04 4c 2d 20 20 74 65 6d  70 25 21 31 32 3d 28 78  |.L-  temp%!12=(x|
00000ba0  25 2b 73 78 25 29 2f 32  3a 74 65 6d 70 25 21 31  |%+sx%)/2:temp%!1|
00000bb0  36 3d 28 79 25 2b 73 79  25 29 2f 32 0d 04 56 11  |6=(y%+sy%)/2..V.|
00000bc0  20 20 74 65 6d 70 25 21  32 38 3d 2d 31 0d 04 60  |  temp%!28=-1..`|
00000bd0  22 20 20 c8 99 20 22 57  69 6d 70 5f 43 6c 6f 73  |"  .. "Wimp_Clos|
00000be0  65 57 69 6e 64 6f 77 22  2c 2c 74 65 6d 70 25 0d  |eWindow",,temp%.|
00000bf0  04 6a 21 20 20 c8 99 20  22 57 69 6d 70 5f 4f 70  |.j!  .. "Wimp_Op|
00000c00  65 6e 57 69 6e 64 6f 77  22 2c 2c 74 65 6d 70 25  |enWindow",,temp%|
00000c10  0d 04 74 05 e1 0d 04 7e  04 0d 04 88 04 0d ff     |..t....~.......|
00000c1f