Home » Archimedes archive » Archimedes World » archimedes_world_volume_15_issue_2_scp.adf » !ARMEdit_ARMEdit » !ARMEdit/Configure/!Run

!ARMEdit/Configure/!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 » Archimedes World » archimedes_world_volume_15_issue_2_scp.adf » !ARMEdit_ARMEdit
Filename: !ARMEdit/Configure/!Run
Read OK:
File size: 0249 bytes
Load address: 0000
Exec address: 0000
File contents
|   File        : !Run
|   Date        : 07-Dec-97
|   Author      : � A.Thoukydides, 1996, 1997
|   Description : The script used to start the ARMEdit configuration
|                 application. This assumes that the main front-end has
|                 already been started. Sufficient memory needs to be claimed
|                 to allow for external commands being executed.

| Load the configuration application sprites
IconSprites <Obey$Dir>.!Sprites

| Check that there is sufficient memory to run
WimpSlot -min 264K -max 264K

| Start the application
Run <Obey$Dir>.!RunImage
00000000  7c 20 20 20 46 69 6c 65  20 20 20 20 20 20 20 20  ||   File        |
00000010  3a 20 21 52 75 6e 0a 7c  20 20 20 44 61 74 65 20  |: !Run.|   Date |
00000020  20 20 20 20 20 20 20 3a  20 30 37 2d 44 65 63 2d  |       : 07-Dec-|
00000030  39 37 0a 7c 20 20 20 41  75 74 68 6f 72 20 20 20  |97.|   Author   |
00000040  20 20 20 3a 20 a9 20 41  2e 54 68 6f 75 6b 79 64  |   : . A.Thoukyd|
00000050  69 64 65 73 2c 20 31 39  39 36 2c 20 31 39 39 37  |ides, 1996, 1997|
00000060  0a 7c 20 20 20 44 65 73  63 72 69 70 74 69 6f 6e  |.|   Description|
00000070  20 3a 20 54 68 65 20 73  63 72 69 70 74 20 75 73  | : The script us|
00000080  65 64 20 74 6f 20 73 74  61 72 74 20 74 68 65 20  |ed to start the |
00000090  41 52 4d 45 64 69 74 20  63 6f 6e 66 69 67 75 72  |ARMEdit configur|
000000a0  61 74 69 6f 6e 0a 7c 20  20 20 20 20 20 20 20 20  |ation.|         |
000000b0  20 20 20 20 20 20 20 20  61 70 70 6c 69 63 61 74  |        applicat|
000000c0  69 6f 6e 2e 20 54 68 69  73 20 61 73 73 75 6d 65  |ion. This assume|
000000d0  73 20 74 68 61 74 20 74  68 65 20 6d 61 69 6e 20  |s that the main |
000000e0  66 72 6f 6e 74 2d 65 6e  64 20 68 61 73 0a 7c 20  |front-end has.| |
000000f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000100  61 6c 72 65 61 64 79 20  62 65 65 6e 20 73 74 61  |already been sta|
00000110  72 74 65 64 2e 20 53 75  66 66 69 63 69 65 6e 74  |rted. Sufficient|
00000120  20 6d 65 6d 6f 72 79 20  6e 65 65 64 73 20 74 6f  | memory needs to|
00000130  20 62 65 20 63 6c 61 69  6d 65 64 0a 7c 20 20 20  | be claimed.|   |
00000140  20 20 20 20 20 20 20 20  20 20 20 20 20 20 74 6f  |              to|
00000150  20 61 6c 6c 6f 77 20 66  6f 72 20 65 78 74 65 72  | allow for exter|
00000160  6e 61 6c 20 63 6f 6d 6d  61 6e 64 73 20 62 65 69  |nal commands bei|
00000170  6e 67 20 65 78 65 63 75  74 65 64 2e 0a 0a 7c 20  |ng executed...| |
00000180  4c 6f 61 64 20 74 68 65  20 63 6f 6e 66 69 67 75  |Load the configu|
00000190  72 61 74 69 6f 6e 20 61  70 70 6c 69 63 61 74 69  |ration applicati|
000001a0  6f 6e 20 73 70 72 69 74  65 73 0a 49 63 6f 6e 53  |on sprites.IconS|
000001b0  70 72 69 74 65 73 20 3c  4f 62 65 79 24 44 69 72  |prites <Obey$Dir|
000001c0  3e 2e 21 53 70 72 69 74  65 73 0a 0a 7c 20 43 68  |>.!Sprites..| Ch|
000001d0  65 63 6b 20 74 68 61 74  20 74 68 65 72 65 20 69  |eck that there i|
000001e0  73 20 73 75 66 66 69 63  69 65 6e 74 20 6d 65 6d  |s sufficient mem|
000001f0  6f 72 79 20 74 6f 20 72  75 6e 0a 57 69 6d 70 53  |ory to run.WimpS|
00000200  6c 6f 74 20 2d 6d 69 6e  20 32 36 34 4b 20 2d 6d  |lot -min 264K -m|
00000210  61 78 20 32 36 34 4b 0a  0a 7c 20 53 74 61 72 74  |ax 264K..| Start|
00000220  20 74 68 65 20 61 70 70  6c 69 63 61 74 69 6f 6e  | the application|
00000230  0a 52 75 6e 20 3c 4f 62  65 79 24 44 69 72 3e 2e  |.Run <Obey$Dir>.|
00000240  21 52 75 6e 49 6d 61 67  65                       |!RunImage|
00000249