Home » Archimedes archive » Acorn User » AU 1997-07 A.adf » Extras » BootPlus/!Bootplus/Resources/Initfiles

BootPlus/!Bootplus/Resources/Initfiles

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 1997-07 A.adf » Extras
Filename: BootPlus/!Bootplus/Resources/Initfiles
Read OK:
File size: 08CB bytes
Load address: 0000
Exec address: 0000
File contents
   10REM><Bootplus$dir>.resources.Initfiles
  110Accessfile$="<bootplus$dir>.Resources.Access"
  120Thieffile$="<Bootplus$Dir>.Resources.killriscpc"
  130Logfile$="<Bootplus$dir>.Resources.logfile"
  140Optfile$="<bootplus$dir>.Resources.Options"
  150Ownerfile$="<Bootplus$dir>.Resources.owner"
  160Passfile$="<bootplus$dir>.Resources.password"
  170Timesfile$="<bootplus$dir>.Resources.Times"
  180Ownerfile$="<Bootplus$dir>.Resources.owner"
  190Changesfile$="<Bootplus$Dir>.Resources.changelist"
  230SYS"OS_File",20,Passfile$TOf%
  240IFf%=0THEN
  250SYS"OS_File",11,Passfile$,&FFF
  260f%=OPENUP(Passfile$)
  270BPUT#f%,"OWNER"+CHR$(9)+";���� "+CHR$(9)+"xxxxxxxxxxxxxxxxxxxxx"
  280CLOSE#f%
  290ENDIF
  330SYS"OS_File",20,Optfile$TOf%
  340IFf%=0THEN
  350f%=OPENOUT(Optfile$)
  360BPUT#f%,"Allow Time : 240"
  370BPUT#f%,"Warn Time : 5"
  380BPUT#f%,"Die Time : 60"
  390BPUT#f%,"Task Starting : Y"
  400BPUT#f%,"Task Quitting : Y"
  410BPUT#f%,"Directory Access : Y"
  420BPUT#f%,"Guest Logins : Y"
  430BPUT#f%,"Test Mode Logins : Y"
  440BPUT#f%,"Full Owner Access : Y"
  450BPUT#f%,"Watchdog Off : N"
  460BPUT#f%,"Passwords Enabled : N"
  470BPUT#f%,"Auto Prompt : N"
  480CLOSE#f%
  490ENDIF
  530SYS"OS_File",20,Thieffile$TOf%
  540IFf%=0THEN
  550SYS"OS_File",11,Thieffile$,&FEB
  560f%=OPENUP(Thieffile$)
  570BPUT#f%,"| a list for killing"
  580CLOSE#f%
  590ENDIF
  630SYS"OS_File",20,Accessfile$TOf%
  640IFf%=0THEN
  690f%=OPENOUT(Accessfile$)
  700BPUT#f%,"GUEST : |Apps|Diversions|Images|Public|Sound|Tutorials|Utilities|Video|"
  710g%=OPENIN(Passfile$)
  720REPEAT
  730a$=GET$#g%
  740a%=INSTR(a$,CHR$(9))
  750user$=LEFT$(a$,a%-1)
  760BPUT#f%,user$+" : |Apps|Diversions|Images|Public|Sound|Tutorials|Utilities|Video|"
  770UNTILEOF#g%
  780CLOSE#f%
  790CLOSE#g%
  800ENDIF
  840SYS"OS_File",20,Timesfile$TOf%
  850IFf%=0THEN
  890t$=" : |suY=8=17|moY=8=17|tuY=8=17|weY=8=17|thY=8=17|frY=8=17|saY=8=17|"
  900f%=OPENOUT(Timesfile$)
  910BPUT#f%,"GUEST"+t$
  920g%=OPENIN(Passfile$)
  930REPEAT
  940a$=GET$#g%
  950a%=INSTR(a$,CHR$(9))
  960user$=LEFT$(a$,a%-1)
  970BPUT#f%,user$+t$
  980UNTILEOF#g%
  990CLOSE#f%
 1000CLOSE#g%
 1010ENDIF
 1050SYS"OS_File",20,Logfile$TOf%
 1060IFf%=0THEN
 1070SYS"OS_File",11,Logfile$,&FFF
 1080f%=OPENUP(Logfile$)
 1090BPUT#f%,"| Bootplus log file"
 1100CLOSE#f%
 1110ENDIF
 1150SYS"OS_File",20,Ownerfile$TOf%
 1160IFf%=0THEN
 1170SYS"OS_File",11,Ownerfile$,&FFF
 1180f%=OPENUP(Ownerfile$)
 1190FORa%=1TO5
 1200BPUT#f%,"<Unknown>"
 1210NEXTa%
 1220CLOSE#f%
 1230ENDIF
 1270SYS"OS_File",20,Changesfile$TOf%
 1280IFf%=0THEN
 1290SYS"OS_File",11,Changesfile$,&FEB
 1300f%=OPENUP(Changesfile$)
 1340BPUT#f%,"| list inserts into predesk and tasks directory"
 1341CLOSE#f%
 1350ENDIF

(�><Bootplus$dir>.resources.Initfiles
n1Accessfile$="<bootplus$dir>.Resources.Access"
x4Thieffile$="<Bootplus$Dir>.Resources.killriscpc"
�/Logfile$="<Bootplus$dir>.Resources.logfile"
�/Optfile$="<bootplus$dir>.Resources.Options"
�/Ownerfile$="<Bootplus$dir>.Resources.owner"
�1Passfile$="<bootplus$dir>.Resources.password"
�/Timesfile$="<bootplus$dir>.Resources.Times"
�/Ownerfile$="<Bootplus$dir>.Resources.owner"
�6Changesfile$="<Bootplus$Dir>.Resources.changelist"
�ș"OS_File",20,Passfile$�f%
�
�f%=0�
�!ș"OS_File",11,Passfile$,&FFF
f%=�(Passfile$)
<�#f%,"OWNER"+�(9)+";���� "+�(9)+"xxxxxxxxxxxxxxxxxxxxx"
�#f%
"�
Jș"OS_File",20,Optfile$�f%
T
�f%=0�
^f%=�(Optfile$)
h�#f%,"Allow Time : 240"
r�#f%,"Warn Time : 5"
|�#f%,"Die Time : 60"
��#f%,"Task Starting : Y"
��#f%,"Task Quitting : Y"
��#f%,"Directory Access : Y"
��#f%,"Guest Logins : Y"
��#f%,"Test Mode Logins : Y"
� �#f%,"Full Owner Access : Y"
��#f%,"Watchdog Off : N"
� �#f%,"Passwords Enabled : N"
��#f%,"Auto Prompt : N"
��#f%
��
 ș"OS_File",20,Thieffile$�f%

�f%=0�
&"ș"OS_File",11,Thieffile$,&FEB
0f%=�(Thieffile$)
:�#f%,"| a list for killing"
D�#f%
N�
v!ș"OS_File",20,Accessfile$�f%
�
�f%=0�
�f%=�(Accessfile$)
�R�#f%,"GUEST : |Apps|Diversions|Images|Public|Sound|Tutorials|Utilities|Video|"
�g%=�(Passfile$)
��
�a$=�#g%
�a%=�a$,�(9))
�user$=�a$,a%-1)
�S�#f%,user$+" : |Apps|Diversions|Images|Public|Sound|Tutorials|Utilities|Video|"
	��#g%
�#f%
�#g%
 �
H ș"OS_File",20,Timesfile$�f%
R
�f%=0�
zLt$=" : |suY=8=17|moY=8=17|tuY=8=17|weY=8=17|thY=8=17|frY=8=17|saY=8=17|"
�f%=�(Timesfile$)
��#f%,"GUEST"+t$
�g%=�(Passfile$)
��
�a$=�#g%
�a%=�a$,�(9))
�user$=�a$,a%-1)
��#f%,user$+t$
�	��#g%
��#f%
��#g%
��
ș"OS_File",20,Logfile$�f%
$
�f%=0�
. ș"OS_File",11,Logfile$,&FFF
8f%=�(Logfile$)
B�#f%,"| Bootplus log file"
L�#f%
V�
~ ș"OS_File",20,Ownerfile$�f%
�
�f%=0�
�"ș"OS_File",11,Ownerfile$,&FFF
�f%=�(Ownerfile$)
��a%=1�5
��#f%,"<Unknown>"
��a%
��#f%
��
�"ș"OS_File",20,Changesfile$�f%

�f%=0�

$ș"OS_File",11,Changesfile$,&FEB
f%=�(Changesfile$)
<:�#f%,"| list inserts into predesk and tasks directory"
=�#f%
F�
�
00000000  0d 00 0a 28 f4 3e 3c 42  6f 6f 74 70 6c 75 73 24  |...(.><Bootplus$|
00000010  64 69 72 3e 2e 72 65 73  6f 75 72 63 65 73 2e 49  |dir>.resources.I|
00000020  6e 69 74 66 69 6c 65 73  0d 00 6e 31 41 63 63 65  |nitfiles..n1Acce|
00000030  73 73 66 69 6c 65 24 3d  22 3c 62 6f 6f 74 70 6c  |ssfile$="<bootpl|
00000040  75 73 24 64 69 72 3e 2e  52 65 73 6f 75 72 63 65  |us$dir>.Resource|
00000050  73 2e 41 63 63 65 73 73  22 0d 00 78 34 54 68 69  |s.Access"..x4Thi|
00000060  65 66 66 69 6c 65 24 3d  22 3c 42 6f 6f 74 70 6c  |effile$="<Bootpl|
00000070  75 73 24 44 69 72 3e 2e  52 65 73 6f 75 72 63 65  |us$Dir>.Resource|
00000080  73 2e 6b 69 6c 6c 72 69  73 63 70 63 22 0d 00 82  |s.killriscpc"...|
00000090  2f 4c 6f 67 66 69 6c 65  24 3d 22 3c 42 6f 6f 74  |/Logfile$="<Boot|
000000a0  70 6c 75 73 24 64 69 72  3e 2e 52 65 73 6f 75 72  |plus$dir>.Resour|
000000b0  63 65 73 2e 6c 6f 67 66  69 6c 65 22 0d 00 8c 2f  |ces.logfile".../|
000000c0  4f 70 74 66 69 6c 65 24  3d 22 3c 62 6f 6f 74 70  |Optfile$="<bootp|
000000d0  6c 75 73 24 64 69 72 3e  2e 52 65 73 6f 75 72 63  |lus$dir>.Resourc|
000000e0  65 73 2e 4f 70 74 69 6f  6e 73 22 0d 00 96 2f 4f  |es.Options".../O|
000000f0  77 6e 65 72 66 69 6c 65  24 3d 22 3c 42 6f 6f 74  |wnerfile$="<Boot|
00000100  70 6c 75 73 24 64 69 72  3e 2e 52 65 73 6f 75 72  |plus$dir>.Resour|
00000110  63 65 73 2e 6f 77 6e 65  72 22 0d 00 a0 31 50 61  |ces.owner"...1Pa|
00000120  73 73 66 69 6c 65 24 3d  22 3c 62 6f 6f 74 70 6c  |ssfile$="<bootpl|
00000130  75 73 24 64 69 72 3e 2e  52 65 73 6f 75 72 63 65  |us$dir>.Resource|
00000140  73 2e 70 61 73 73 77 6f  72 64 22 0d 00 aa 2f 54  |s.password".../T|
00000150  69 6d 65 73 66 69 6c 65  24 3d 22 3c 62 6f 6f 74  |imesfile$="<boot|
00000160  70 6c 75 73 24 64 69 72  3e 2e 52 65 73 6f 75 72  |plus$dir>.Resour|
00000170  63 65 73 2e 54 69 6d 65  73 22 0d 00 b4 2f 4f 77  |ces.Times".../Ow|
00000180  6e 65 72 66 69 6c 65 24  3d 22 3c 42 6f 6f 74 70  |nerfile$="<Bootp|
00000190  6c 75 73 24 64 69 72 3e  2e 52 65 73 6f 75 72 63  |lus$dir>.Resourc|
000001a0  65 73 2e 6f 77 6e 65 72  22 0d 00 be 36 43 68 61  |es.owner"...6Cha|
000001b0  6e 67 65 73 66 69 6c 65  24 3d 22 3c 42 6f 6f 74  |ngesfile$="<Boot|
000001c0  70 6c 75 73 24 44 69 72  3e 2e 52 65 73 6f 75 72  |plus$Dir>.Resour|
000001d0  63 65 73 2e 63 68 61 6e  67 65 6c 69 73 74 22 0d  |ces.changelist".|
000001e0  00 e6 1f c8 99 22 4f 53  5f 46 69 6c 65 22 2c 32  |....."OS_File",2|
000001f0  30 2c 50 61 73 73 66 69  6c 65 24 b8 66 25 0d 00  |0,Passfile$.f%..|
00000200  f0 0a e7 66 25 3d 30 8c  0d 00 fa 21 c8 99 22 4f  |...f%=0....!.."O|
00000210  53 5f 46 69 6c 65 22 2c  31 31 2c 50 61 73 73 66  |S_File",11,Passf|
00000220  69 6c 65 24 2c 26 46 46  46 0d 01 04 13 66 25 3d  |ile$,&FFF....f%=|
00000230  ad 28 50 61 73 73 66 69  6c 65 24 29 0d 01 0e 3c  |.(Passfile$)...<|
00000240  d5 23 66 25 2c 22 4f 57  4e 45 52 22 2b bd 28 39  |.#f%,"OWNER"+.(9|
00000250  29 2b 22 3b e2 e0 a6 d9  e6 20 22 2b bd 28 39 29  |)+";..... "+.(9)|
00000260  2b 22 78 78 78 78 78 78  78 78 78 78 78 78 78 78  |+"xxxxxxxxxxxxxx|
00000270  78 78 78 78 78 78 78 22  0d 01 18 08 d9 23 66 25  |xxxxxxx".....#f%|
00000280  0d 01 22 05 cd 0d 01 4a  1e c8 99 22 4f 53 5f 46  |.."....J..."OS_F|
00000290  69 6c 65 22 2c 32 30 2c  4f 70 74 66 69 6c 65 24  |ile",20,Optfile$|
000002a0  b8 66 25 0d 01 54 0a e7  66 25 3d 30 8c 0d 01 5e  |.f%..T..f%=0...^|
000002b0  12 66 25 3d ae 28 4f 70  74 66 69 6c 65 24 29 0d  |.f%=.(Optfile$).|
000002c0  01 68 1b d5 23 66 25 2c  22 41 6c 6c 6f 77 20 54  |.h..#f%,"Allow T|
000002d0  69 6d 65 20 3a 20 32 34  30 22 0d 01 72 18 d5 23  |ime : 240"..r..#|
000002e0  66 25 2c 22 57 61 72 6e  20 54 69 6d 65 20 3a 20  |f%,"Warn Time : |
000002f0  35 22 0d 01 7c 18 d5 23  66 25 2c 22 44 69 65 20  |5"..|..#f%,"Die |
00000300  54 69 6d 65 20 3a 20 36  30 22 0d 01 86 1c d5 23  |Time : 60".....#|
00000310  66 25 2c 22 54 61 73 6b  20 53 74 61 72 74 69 6e  |f%,"Task Startin|
00000320  67 20 3a 20 59 22 0d 01  90 1c d5 23 66 25 2c 22  |g : Y".....#f%,"|
00000330  54 61 73 6b 20 51 75 69  74 74 69 6e 67 20 3a 20  |Task Quitting : |
00000340  59 22 0d 01 9a 1f d5 23  66 25 2c 22 44 69 72 65  |Y".....#f%,"Dire|
00000350  63 74 6f 72 79 20 41 63  63 65 73 73 20 3a 20 59  |ctory Access : Y|
00000360  22 0d 01 a4 1b d5 23 66  25 2c 22 47 75 65 73 74  |".....#f%,"Guest|
00000370  20 4c 6f 67 69 6e 73 20  3a 20 59 22 0d 01 ae 1f  | Logins : Y"....|
00000380  d5 23 66 25 2c 22 54 65  73 74 20 4d 6f 64 65 20  |.#f%,"Test Mode |
00000390  4c 6f 67 69 6e 73 20 3a  20 59 22 0d 01 b8 20 d5  |Logins : Y"... .|
000003a0  23 66 25 2c 22 46 75 6c  6c 20 4f 77 6e 65 72 20  |#f%,"Full Owner |
000003b0  41 63 63 65 73 73 20 3a  20 59 22 0d 01 c2 1b d5  |Access : Y".....|
000003c0  23 66 25 2c 22 57 61 74  63 68 64 6f 67 20 4f 66  |#f%,"Watchdog Of|
000003d0  66 20 3a 20 4e 22 0d 01  cc 20 d5 23 66 25 2c 22  |f : N"... .#f%,"|
000003e0  50 61 73 73 77 6f 72 64  73 20 45 6e 61 62 6c 65  |Passwords Enable|
000003f0  64 20 3a 20 4e 22 0d 01  d6 1a d5 23 66 25 2c 22  |d : N".....#f%,"|
00000400  41 75 74 6f 20 50 72 6f  6d 70 74 20 3a 20 4e 22  |Auto Prompt : N"|
00000410  0d 01 e0 08 d9 23 66 25  0d 01 ea 05 cd 0d 02 12  |.....#f%........|
00000420  20 c8 99 22 4f 53 5f 46  69 6c 65 22 2c 32 30 2c  | .."OS_File",20,|
00000430  54 68 69 65 66 66 69 6c  65 24 b8 66 25 0d 02 1c  |Thieffile$.f%...|
00000440  0a e7 66 25 3d 30 8c 0d  02 26 22 c8 99 22 4f 53  |..f%=0...&".."OS|
00000450  5f 46 69 6c 65 22 2c 31  31 2c 54 68 69 65 66 66  |_File",11,Thieff|
00000460  69 6c 65 24 2c 26 46 45  42 0d 02 30 14 66 25 3d  |ile$,&FEB..0.f%=|
00000470  ad 28 54 68 69 65 66 66  69 6c 65 24 29 0d 02 3a  |.(Thieffile$)..:|
00000480  1f d5 23 66 25 2c 22 7c  20 61 20 6c 69 73 74 20  |..#f%,"| a list |
00000490  66 6f 72 20 6b 69 6c 6c  69 6e 67 22 0d 02 44 08  |for killing"..D.|
000004a0  d9 23 66 25 0d 02 4e 05  cd 0d 02 76 21 c8 99 22  |.#f%..N....v!.."|
000004b0  4f 53 5f 46 69 6c 65 22  2c 32 30 2c 41 63 63 65  |OS_File",20,Acce|
000004c0  73 73 66 69 6c 65 24 b8  66 25 0d 02 80 0a e7 66  |ssfile$.f%.....f|
000004d0  25 3d 30 8c 0d 02 b2 15  66 25 3d ae 28 41 63 63  |%=0.....f%=.(Acc|
000004e0  65 73 73 66 69 6c 65 24  29 0d 02 bc 52 d5 23 66  |essfile$)...R.#f|
000004f0  25 2c 22 47 55 45 53 54  20 3a 20 7c 41 70 70 73  |%,"GUEST : |Apps|
00000500  7c 44 69 76 65 72 73 69  6f 6e 73 7c 49 6d 61 67  ||Diversions|Imag|
00000510  65 73 7c 50 75 62 6c 69  63 7c 53 6f 75 6e 64 7c  |es|Public|Sound||
00000520  54 75 74 6f 72 69 61 6c  73 7c 55 74 69 6c 69 74  |Tutorials|Utilit|
00000530  69 65 73 7c 56 69 64 65  6f 7c 22 0d 02 c6 13 67  |ies|Video|"....g|
00000540  25 3d 8e 28 50 61 73 73  66 69 6c 65 24 29 0d 02  |%=.(Passfile$)..|
00000550  d0 05 f5 0d 02 da 0b 61  24 3d be 23 67 25 0d 02  |.......a$=.#g%..|
00000560  e4 10 61 25 3d a7 61 24  2c bd 28 39 29 29 0d 02  |..a%=.a$,.(9))..|
00000570  ee 13 75 73 65 72 24 3d  c0 61 24 2c 61 25 2d 31  |..user$=.a$,a%-1|
00000580  29 0d 02 f8 53 d5 23 66  25 2c 75 73 65 72 24 2b  |)...S.#f%,user$+|
00000590  22 20 3a 20 7c 41 70 70  73 7c 44 69 76 65 72 73  |" : |Apps|Divers|
000005a0  69 6f 6e 73 7c 49 6d 61  67 65 73 7c 50 75 62 6c  |ions|Images|Publ|
000005b0  69 63 7c 53 6f 75 6e 64  7c 54 75 74 6f 72 69 61  |ic|Sound|Tutoria|
000005c0  6c 73 7c 55 74 69 6c 69  74 69 65 73 7c 56 69 64  |ls|Utilities|Vid|
000005d0  65 6f 7c 22 0d 03 02 09  fd c5 23 67 25 0d 03 0c  |eo|"......#g%...|
000005e0  08 d9 23 66 25 0d 03 16  08 d9 23 67 25 0d 03 20  |..#f%.....#g%.. |
000005f0  05 cd 0d 03 48 20 c8 99  22 4f 53 5f 46 69 6c 65  |....H .."OS_File|
00000600  22 2c 32 30 2c 54 69 6d  65 73 66 69 6c 65 24 b8  |",20,Timesfile$.|
00000610  66 25 0d 03 52 0a e7 66  25 3d 30 8c 0d 03 7a 4c  |f%..R..f%=0...zL|
00000620  74 24 3d 22 20 3a 20 7c  73 75 59 3d 38 3d 31 37  |t$=" : |suY=8=17|
00000630  7c 6d 6f 59 3d 38 3d 31  37 7c 74 75 59 3d 38 3d  ||moY=8=17|tuY=8=|
00000640  31 37 7c 77 65 59 3d 38  3d 31 37 7c 74 68 59 3d  |17|weY=8=17|thY=|
00000650  38 3d 31 37 7c 66 72 59  3d 38 3d 31 37 7c 73 61  |8=17|frY=8=17|sa|
00000660  59 3d 38 3d 31 37 7c 22  0d 03 84 14 66 25 3d ae  |Y=8=17|"....f%=.|
00000670  28 54 69 6d 65 73 66 69  6c 65 24 29 0d 03 8e 13  |(Timesfile$)....|
00000680  d5 23 66 25 2c 22 47 55  45 53 54 22 2b 74 24 0d  |.#f%,"GUEST"+t$.|
00000690  03 98 13 67 25 3d 8e 28  50 61 73 73 66 69 6c 65  |...g%=.(Passfile|
000006a0  24 29 0d 03 a2 05 f5 0d  03 ac 0b 61 24 3d be 23  |$).........a$=.#|
000006b0  67 25 0d 03 b6 10 61 25  3d a7 61 24 2c bd 28 39  |g%....a%=.a$,.(9|
000006c0  29 29 0d 03 c0 13 75 73  65 72 24 3d c0 61 24 2c  |))....user$=.a$,|
000006d0  61 25 2d 31 29 0d 03 ca  11 d5 23 66 25 2c 75 73  |a%-1).....#f%,us|
000006e0  65 72 24 2b 74 24 0d 03  d4 09 fd c5 23 67 25 0d  |er$+t$......#g%.|
000006f0  03 de 08 d9 23 66 25 0d  03 e8 08 d9 23 67 25 0d  |....#f%.....#g%.|
00000700  03 f2 05 cd 0d 04 1a 1e  c8 99 22 4f 53 5f 46 69  |.........."OS_Fi|
00000710  6c 65 22 2c 32 30 2c 4c  6f 67 66 69 6c 65 24 b8  |le",20,Logfile$.|
00000720  66 25 0d 04 24 0a e7 66  25 3d 30 8c 0d 04 2e 20  |f%..$..f%=0.... |
00000730  c8 99 22 4f 53 5f 46 69  6c 65 22 2c 31 31 2c 4c  |.."OS_File",11,L|
00000740  6f 67 66 69 6c 65 24 2c  26 46 46 46 0d 04 38 12  |ogfile$,&FFF..8.|
00000750  66 25 3d ad 28 4c 6f 67  66 69 6c 65 24 29 0d 04  |f%=.(Logfile$)..|
00000760  42 1e d5 23 66 25 2c 22  7c 20 42 6f 6f 74 70 6c  |B..#f%,"| Bootpl|
00000770  75 73 20 6c 6f 67 20 66  69 6c 65 22 0d 04 4c 08  |us log file"..L.|
00000780  d9 23 66 25 0d 04 56 05  cd 0d 04 7e 20 c8 99 22  |.#f%..V....~ .."|
00000790  4f 53 5f 46 69 6c 65 22  2c 32 30 2c 4f 77 6e 65  |OS_File",20,Owne|
000007a0  72 66 69 6c 65 24 b8 66  25 0d 04 88 0a e7 66 25  |rfile$.f%.....f%|
000007b0  3d 30 8c 0d 04 92 22 c8  99 22 4f 53 5f 46 69 6c  |=0....".."OS_Fil|
000007c0  65 22 2c 31 31 2c 4f 77  6e 65 72 66 69 6c 65 24  |e",11,Ownerfile$|
000007d0  2c 26 46 46 46 0d 04 9c  14 66 25 3d ad 28 4f 77  |,&FFF....f%=.(Ow|
000007e0  6e 65 72 66 69 6c 65 24  29 0d 04 a6 0b e3 61 25  |nerfile$).....a%|
000007f0  3d 31 b8 35 0d 04 b0 14  d5 23 66 25 2c 22 3c 55  |=1.5.....#f%,"<U|
00000800  6e 6b 6e 6f 77 6e 3e 22  0d 04 ba 07 ed 61 25 0d  |nknown>".....a%.|
00000810  04 c4 08 d9 23 66 25 0d  04 ce 05 cd 0d 04 f6 22  |....#f%........"|
00000820  c8 99 22 4f 53 5f 46 69  6c 65 22 2c 32 30 2c 43  |.."OS_File",20,C|
00000830  68 61 6e 67 65 73 66 69  6c 65 24 b8 66 25 0d 05  |hangesfile$.f%..|
00000840  00 0a e7 66 25 3d 30 8c  0d 05 0a 24 c8 99 22 4f  |...f%=0....$.."O|
00000850  53 5f 46 69 6c 65 22 2c  31 31 2c 43 68 61 6e 67  |S_File",11,Chang|
00000860  65 73 66 69 6c 65 24 2c  26 46 45 42 0d 05 14 16  |esfile$,&FEB....|
00000870  66 25 3d ad 28 43 68 61  6e 67 65 73 66 69 6c 65  |f%=.(Changesfile|
00000880  24 29 0d 05 3c 3a d5 23  66 25 2c 22 7c 20 6c 69  |$)..<:.#f%,"| li|
00000890  73 74 20 69 6e 73 65 72  74 73 20 69 6e 74 6f 20  |st inserts into |
000008a0  70 72 65 64 65 73 6b 20  61 6e 64 20 74 61 73 6b  |predesk and task|
000008b0  73 20 64 69 72 65 63 74  6f 72 79 22 0d 05 3d 08  |s directory"..=.|
000008c0  d9 23 66 25 0d 05 46 05  cd 0d ff                 |.#f%..F....|
000008cb