Home » Archimedes archive » Zipped Apps » ArtWorks » !ArtWorks/RMShare
!ArtWorks/RMShare
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 » Zipped Apps » ArtWorks |
Filename: | !ArtWorks/RMShare |
Read OK: | ✔ |
File size: | 02F4 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
|> RMShare | | Script to start up a module from the CCShared system. | Takes params: | 0 Module filename | 1 Module memory name | 2 Module version | 3 Alternative path | <RunApp$Name> Name of application which is starting up | | Version 0.02, 08/02/94 | � 1994 Computer Concepts Ltd. | SetEval Shared 0 <Obey$Dir>.FileEnsure <CCShared$Dir>.RMStore.%0 Shared If Shared Then RMEnsure %1 %2 RMLoad <CCShared$Dir>.RMStore.%0 If NOT Shared Then RMEnsure %1 %2 RMLoad %3.%0 Set RMShare$ErrorString The copy of %1 used by <RunApp$Name> is out of date. <RunApp$Name> may have been incorrectly installed. Please re-install <RunApp$Name> or seek technical help. RMEnsure %1 %2 Error <RMShare$ErrorString> Unset Shared Unset RMShare$ErrorString
00000000 7c 3e 20 52 4d 53 68 61 72 65 0a 7c 0a 7c 20 20 ||> RMShare.|.| | 00000010 53 63 72 69 70 74 20 74 6f 20 73 74 61 72 74 20 |Script to start | 00000020 75 70 20 61 20 6d 6f 64 75 6c 65 20 66 72 6f 6d |up a module from| 00000030 20 74 68 65 20 43 43 53 68 61 72 65 64 20 73 79 | the CCShared sy| 00000040 73 74 65 6d 2e 0a 7c 20 20 54 61 6b 65 73 20 70 |stem..| Takes p| 00000050 61 72 61 6d 73 3a 0a 7c 20 20 20 20 30 20 4d 6f |arams:.| 0 Mo| 00000060 64 75 6c 65 20 66 69 6c 65 6e 61 6d 65 0a 7c 20 |dule filename.| | 00000070 20 20 20 31 20 4d 6f 64 75 6c 65 20 6d 65 6d 6f | 1 Module memo| 00000080 72 79 20 6e 61 6d 65 0a 7c 20 20 20 20 32 20 4d |ry name.| 2 M| 00000090 6f 64 75 6c 65 20 76 65 72 73 69 6f 6e 0a 7c 20 |odule version.| | 000000a0 20 20 20 33 20 41 6c 74 65 72 6e 61 74 69 76 65 | 3 Alternative| 000000b0 20 70 61 74 68 0a 7c 20 20 20 20 3c 52 75 6e 41 | path.| <RunA| 000000c0 70 70 24 4e 61 6d 65 3e 20 4e 61 6d 65 20 6f 66 |pp$Name> Name of| 000000d0 20 61 70 70 6c 69 63 61 74 69 6f 6e 20 77 68 69 | application whi| 000000e0 63 68 20 69 73 20 73 74 61 72 74 69 6e 67 20 75 |ch is starting u| 000000f0 70 0a 7c 0a 7c 20 20 56 65 72 73 69 6f 6e 20 30 |p.|.| Version 0| 00000100 2e 30 32 2c 20 30 38 2f 30 32 2f 39 34 0a 7c 20 |.02, 08/02/94.| | 00000110 20 a9 20 31 39 39 34 20 43 6f 6d 70 75 74 65 72 | . 1994 Computer| 00000120 20 43 6f 6e 63 65 70 74 73 20 4c 74 64 2e 0a 7c | Concepts Ltd..|| 00000130 0a 53 65 74 45 76 61 6c 20 53 68 61 72 65 64 20 |.SetEval Shared | 00000140 30 0a 3c 4f 62 65 79 24 44 69 72 3e 2e 46 69 6c |0.<Obey$Dir>.Fil| 00000150 65 45 6e 73 75 72 65 20 3c 43 43 53 68 61 72 65 |eEnsure <CCShare| 00000160 64 24 44 69 72 3e 2e 52 4d 53 74 6f 72 65 2e 25 |d$Dir>.RMStore.%| 00000170 30 20 53 68 61 72 65 64 0a 0a 49 66 20 53 68 61 |0 Shared..If Sha| 00000180 72 65 64 20 54 68 65 6e 20 52 4d 45 6e 73 75 72 |red Then RMEnsur| 00000190 65 20 25 31 20 25 32 20 52 4d 4c 6f 61 64 20 3c |e %1 %2 RMLoad <| 000001a0 43 43 53 68 61 72 65 64 24 44 69 72 3e 2e 52 4d |CCShared$Dir>.RM| 000001b0 53 74 6f 72 65 2e 25 30 0a 49 66 20 4e 4f 54 20 |Store.%0.If NOT | 000001c0 53 68 61 72 65 64 20 54 68 65 6e 20 52 4d 45 6e |Shared Then RMEn| 000001d0 73 75 72 65 20 25 31 20 25 32 20 52 4d 4c 6f 61 |sure %1 %2 RMLoa| 000001e0 64 20 25 33 2e 25 30 0a 0a 53 65 74 20 52 4d 53 |d %3.%0..Set RMS| 000001f0 68 61 72 65 24 45 72 72 6f 72 53 74 72 69 6e 67 |hare$ErrorString| 00000200 20 54 68 65 20 63 6f 70 79 20 6f 66 20 25 31 20 | The copy of %1 | 00000210 75 73 65 64 20 62 79 20 3c 52 75 6e 41 70 70 24 |used by <RunApp$| 00000220 4e 61 6d 65 3e 20 69 73 20 6f 75 74 20 6f 66 20 |Name> is out of | 00000230 64 61 74 65 2e 20 3c 52 75 6e 41 70 70 24 4e 61 |date. <RunApp$Na| 00000240 6d 65 3e 20 6d 61 79 20 68 61 76 65 20 62 65 65 |me> may have bee| 00000250 6e 20 69 6e 63 6f 72 72 65 63 74 6c 79 20 69 6e |n incorrectly in| 00000260 73 74 61 6c 6c 65 64 2e 20 50 6c 65 61 73 65 20 |stalled. Please | 00000270 72 65 2d 69 6e 73 74 61 6c 6c 20 3c 52 75 6e 41 |re-install <RunA| 00000280 70 70 24 4e 61 6d 65 3e 20 6f 72 20 73 65 65 6b |pp$Name> or seek| 00000290 20 74 65 63 68 6e 69 63 61 6c 20 68 65 6c 70 2e | technical help.| 000002a0 0a 0a 52 4d 45 6e 73 75 72 65 20 25 31 20 25 32 |..RMEnsure %1 %2| 000002b0 20 45 72 72 6f 72 20 3c 52 4d 53 68 61 72 65 24 | Error <RMShare$| 000002c0 45 72 72 6f 72 53 74 72 69 6e 67 3e 0a 0a 55 6e |ErrorString>..Un| 000002d0 73 65 74 20 53 68 61 72 65 64 0a 55 6e 73 65 74 |set Shared.Unset| 000002e0 20 52 4d 53 68 61 72 65 24 45 72 72 6f 72 53 74 | RMShare$ErrorSt| 000002f0 72 69 6e 67 |ring| 000002f4