home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
utilities
/
armedit_1
/
!ARMEdit
/
!Run
< prev
next >
Wrap
Text File
|
1997-02-21
|
1KB
|
29 lines
| File : !Run
| Date : 21-Feb-97
| Author : © A.Thoukydides, 1996, 1997
| Description : The first part of the script used to start the ARMEdit
| application. This checks that the computer is running a
| sufficiently recent version of RISC OS, displays a pretty
| banner, and starts the second part of the script.
| Set a system variable to the application directory
Set ARMEdit$Dir <Obey$Dir>
| Load the application sprites
IconSprites <ARMEdit$Dir>.!Sprites
| Check that it is a sufficiently recent version of the operating system
RMEnsure UtilityModule 3.10 Error 0 This application is only suitable for use with RISC OS 3.10 or later versions.
| Check that there is likely to be sufficient memory for both programs
WimpSlot -min 136K -max 136K
| Start the next part of the program loading once the banner has initialised
Filer_Run <ARMEdit$Dir>.!Run2
| Ensure that there is sufficient memory for the banner program
WimpSlot -min 52K -max 52K
| Run the banner program, leaving window open for 3 seconds
Run <ARMEdit$Dir>.Banner 300 -sprites <ARMEdit$Dir>.Resources.Banner