Home » Archimedes archive » Acorn Computing » 1994 08 subscription disc.adf » 9408s » Shareware/Event/Documents/Examples/!WinSave2/!Run

Shareware/Event/Documents/Examples/!WinSave2/!Run

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 Computing » 1994 08 subscription disc.adf » 9408s
Filename: Shareware/Event/Documents/Examples/!WinSave2/!Run
Read OK:
File size: 03EE bytes
Load address: 0000
Exec address: 0000
File contents
| !Run Obey file for WinSave2 Application
Set WinSave2$Dir <Obey$Dir>
Set WinSave2Data$Dir <Obey$Dir>.data
IF "<EvntShellSystem$Path>"="" THEN ERROR 0 Shell resources not found
|Change the next line if you are using a different
|filetype number
|Set Alias$@RunType_200 Run <Obey$Dir>.!Run %%*0
IconSprites <Obey$Dir>.!Sprites
Run <Obey$Dir>.ChkSpr
Set Dummy$Path <Run$Path>,<Obey$Dir>.Resources.
Run Dummy:ResFind WinSave2
Unset Dummy$Path
WimpSlot -min 192K -max 192K
|Load any modules required now
RMEnsure InterfaceManager 2.00 RMLoad <EvntShellSystem$Path>Interface
RMEnsure InterfaceManager 2.00 Error Couldn't load Interface module
RMEnsure MenuUtils 0.11 RMLoad <EvntShellSystem$Path>MenuUtils
RMEnsure MenuUtils 0.11 Error 0 Error Couldn't load MenuUtils Module
RMEnsure MessageTrans 0.06 RMLoad <EvntShellSystem$Path>MsgTrans
RMEnsure MessageTrans 0.06 Error Couldn't load MsgTrans Module
|And check that there is still enough memory!
WimpSlot -min 192K -max 192K
Run <WinSave2$Dir>.!WinSave2 %*0
00000000  7c 20 21 52 75 6e 20 4f  62 65 79 20 66 69 6c 65  || !Run Obey file|
00000010  20 66 6f 72 20 57 69 6e  53 61 76 65 32 20 41 70  | for WinSave2 Ap|
00000020  70 6c 69 63 61 74 69 6f  6e 0a 53 65 74 20 57 69  |plication.Set Wi|
00000030  6e 53 61 76 65 32 24 44  69 72 20 3c 4f 62 65 79  |nSave2$Dir <Obey|
00000040  24 44 69 72 3e 0a 53 65  74 20 57 69 6e 53 61 76  |$Dir>.Set WinSav|
00000050  65 32 44 61 74 61 24 44  69 72 20 3c 4f 62 65 79  |e2Data$Dir <Obey|
00000060  24 44 69 72 3e 2e 64 61  74 61 0a 49 46 20 22 3c  |$Dir>.data.IF "<|
00000070  45 76 6e 74 53 68 65 6c  6c 53 79 73 74 65 6d 24  |EvntShellSystem$|
00000080  50 61 74 68 3e 22 3d 22  22 20 54 48 45 4e 20 45  |Path>"="" THEN E|
00000090  52 52 4f 52 20 30 20 53  68 65 6c 6c 20 72 65 73  |RROR 0 Shell res|
000000a0  6f 75 72 63 65 73 20 6e  6f 74 20 66 6f 75 6e 64  |ources not found|
000000b0  0a 7c 43 68 61 6e 67 65  20 74 68 65 20 6e 65 78  |.|Change the nex|
000000c0  74 20 6c 69 6e 65 20 69  66 20 79 6f 75 20 61 72  |t line if you ar|
000000d0  65 20 75 73 69 6e 67 20  61 20 64 69 66 66 65 72  |e using a differ|
000000e0  65 6e 74 0a 7c 66 69 6c  65 74 79 70 65 20 6e 75  |ent.|filetype nu|
000000f0  6d 62 65 72 0a 7c 53 65  74 20 41 6c 69 61 73 24  |mber.|Set Alias$|
00000100  40 52 75 6e 54 79 70 65  5f 32 30 30 20 52 75 6e  |@RunType_200 Run|
00000110  20 3c 4f 62 65 79 24 44  69 72 3e 2e 21 52 75 6e  | <Obey$Dir>.!Run|
00000120  20 25 25 2a 30 0a 49 63  6f 6e 53 70 72 69 74 65  | %%*0.IconSprite|
00000130  73 20 3c 4f 62 65 79 24  44 69 72 3e 2e 21 53 70  |s <Obey$Dir>.!Sp|
00000140  72 69 74 65 73 0a 52 75  6e 20 3c 4f 62 65 79 24  |rites.Run <Obey$|
00000150  44 69 72 3e 2e 43 68 6b  53 70 72 0a 53 65 74 20  |Dir>.ChkSpr.Set |
00000160  44 75 6d 6d 79 24 50 61  74 68 20 3c 52 75 6e 24  |Dummy$Path <Run$|
00000170  50 61 74 68 3e 2c 3c 4f  62 65 79 24 44 69 72 3e  |Path>,<Obey$Dir>|
00000180  2e 52 65 73 6f 75 72 63  65 73 2e 0a 52 75 6e 20  |.Resources..Run |
00000190  44 75 6d 6d 79 3a 52 65  73 46 69 6e 64 20 57 69  |Dummy:ResFind Wi|
000001a0  6e 53 61 76 65 32 0a 55  6e 73 65 74 20 44 75 6d  |nSave2.Unset Dum|
000001b0  6d 79 24 50 61 74 68 0a  57 69 6d 70 53 6c 6f 74  |my$Path.WimpSlot|
000001c0  20 2d 6d 69 6e 20 31 39  32 4b 20 2d 6d 61 78 20  | -min 192K -max |
000001d0  31 39 32 4b 0a 7c 4c 6f  61 64 20 61 6e 79 20 6d  |192K.|Load any m|
000001e0  6f 64 75 6c 65 73 20 72  65 71 75 69 72 65 64 20  |odules required |
000001f0  6e 6f 77 0a 52 4d 45 6e  73 75 72 65 20 49 6e 74  |now.RMEnsure Int|
00000200  65 72 66 61 63 65 4d 61  6e 61 67 65 72 20 32 2e  |erfaceManager 2.|
00000210  30 30 20 52 4d 4c 6f 61  64 20 3c 45 76 6e 74 53  |00 RMLoad <EvntS|
00000220  68 65 6c 6c 53 79 73 74  65 6d 24 50 61 74 68 3e  |hellSystem$Path>|
00000230  49 6e 74 65 72 66 61 63  65 0a 52 4d 45 6e 73 75  |Interface.RMEnsu|
00000240  72 65 20 49 6e 74 65 72  66 61 63 65 4d 61 6e 61  |re InterfaceMana|
00000250  67 65 72 20 32 2e 30 30  20 45 72 72 6f 72 20 43  |ger 2.00 Error C|
00000260  6f 75 6c 64 6e 27 74 20  6c 6f 61 64 20 49 6e 74  |ouldn't load Int|
00000270  65 72 66 61 63 65 20 6d  6f 64 75 6c 65 0a 52 4d  |erface module.RM|
00000280  45 6e 73 75 72 65 20 4d  65 6e 75 55 74 69 6c 73  |Ensure MenuUtils|
00000290  20 30 2e 31 31 20 52 4d  4c 6f 61 64 20 3c 45 76  | 0.11 RMLoad <Ev|
000002a0  6e 74 53 68 65 6c 6c 53  79 73 74 65 6d 24 50 61  |ntShellSystem$Pa|
000002b0  74 68 3e 4d 65 6e 75 55  74 69 6c 73 0a 52 4d 45  |th>MenuUtils.RME|
000002c0  6e 73 75 72 65 20 4d 65  6e 75 55 74 69 6c 73 20  |nsure MenuUtils |
000002d0  30 2e 31 31 20 45 72 72  6f 72 20 30 20 45 72 72  |0.11 Error 0 Err|
000002e0  6f 72 20 43 6f 75 6c 64  6e 27 74 20 6c 6f 61 64  |or Couldn't load|
000002f0  20 4d 65 6e 75 55 74 69  6c 73 20 4d 6f 64 75 6c  | MenuUtils Modul|
00000300  65 0a 52 4d 45 6e 73 75  72 65 20 4d 65 73 73 61  |e.RMEnsure Messa|
00000310  67 65 54 72 61 6e 73 20  30 2e 30 36 20 52 4d 4c  |geTrans 0.06 RML|
00000320  6f 61 64 20 3c 45 76 6e  74 53 68 65 6c 6c 53 79  |oad <EvntShellSy|
00000330  73 74 65 6d 24 50 61 74  68 3e 4d 73 67 54 72 61  |stem$Path>MsgTra|
00000340  6e 73 0a 52 4d 45 6e 73  75 72 65 20 4d 65 73 73  |ns.RMEnsure Mess|
00000350  61 67 65 54 72 61 6e 73  20 30 2e 30 36 20 45 72  |ageTrans 0.06 Er|
00000360  72 6f 72 20 43 6f 75 6c  64 6e 27 74 20 6c 6f 61  |ror Couldn't loa|
00000370  64 20 4d 73 67 54 72 61  6e 73 20 4d 6f 64 75 6c  |d MsgTrans Modul|
00000380  65 0a 7c 41 6e 64 20 63  68 65 63 6b 20 74 68 61  |e.|And check tha|
00000390  74 20 74 68 65 72 65 20  69 73 20 73 74 69 6c 6c  |t there is still|
000003a0  20 65 6e 6f 75 67 68 20  6d 65 6d 6f 72 79 21 0a  | enough memory!.|
000003b0  57 69 6d 70 53 6c 6f 74  20 2d 6d 69 6e 20 31 39  |WimpSlot -min 19|
000003c0  32 4b 20 2d 6d 61 78 20  31 39 32 4b 0a 52 75 6e  |2K -max 192K.Run|
000003d0  20 3c 57 69 6e 53 61 76  65 32 24 44 69 72 3e 2e  | <WinSave2$Dir>.|
000003e0  21 57 69 6e 53 61 76 65  32 20 25 2a 30 0a        |!WinSave2 %*0.|
000003ee