home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / mag_discs / volume_9 / issue_08 / breakwell / !Redraw / !Run < prev    next >
Text File  |  1994-10-26  |  607b  |  23 lines

  1. |Redraw !Run File
  2.  
  3. Iconsprites <Obey$Dir>.!Sprites
  4. Set Redraw$Dir <Obey$Dir>
  5. RMEnsure WimpExtension 2.18 RMLoad <Obey$Dir>.WimpExt
  6. RMEnsure WimpExtension 2.18 Error Can't Load Wimp Extension Module
  7.  
  8. | RISCOS 3.00 and Above Specifics
  9. | Gives DOS FileType Mapping
  10.  
  11. Set OS$Old 0
  12. RMEnsure UtilityModule 3.00 Set OS$Old 1
  13. IF <OS$Old>=0 THEN DOSMAP WMF 000
  14. IF <OS$Old>=0 THEN DOSMAP HPG CAE
  15. IF <OS$Old>=0 THEN DOSMAP CGM 405
  16. IF <OS$Old>=0 THEN DOSMAP EPS FF5
  17. IF <OS$Old>=0 THEN DOSMAP GEM 005
  18. IF <OS$Old>=0 THEN DOSMAP PIC 006
  19.  
  20.                             
  21. WimpSlot -min 200k -max 200k
  22. Run <Redraw$Dir>.!RunImage
  23.