home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 1 / AU_CD1.iso / demos / a_to_i / drawchange / !DrCh / !Run < prev    next >
Text File  |  1994-03-04  |  730b  |  20 lines

  1. | <Obey$Dir>.!Boot
  2. Set DrawMaster$Dir <Obey$Dir>
  3. If "<System$Path>" = "" Then Error 0 System resources cannot be found
  4.  
  5. Set CLib$Flag 0
  6. RMensure SharedClibrary 3.00 Set CLib$Flag 1
  7. RMensure SharedClibrary 0 Set CLib$Flag 0
  8. if "<CLib$Flag>"="1" Then Error An old version of the shared C library (clib) is resident in your machine, to use this application plese get a new one.
  9. UnSet CLib$Flag
  10. RMensure SharedClibrary 3.00 RMload system:modules.clib
  11. RMensure SharedClibrary 3.00 Error You need at least version 3.00 of the shared C library
  12.  
  13. RMensure DrawFile 1.01 RMload <DrawMaster$Dir>.DrawFile
  14.  
  15. WimpSlot -min 160K -max 160K
  16. | WimpSlot -min 256K -max 256K
  17. Set Alias$Start Run <DrawMaster$Dir>.!RunImage %*0
  18. Start
  19. Unset Alias$Start
  20.