home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / c / convtmplt / !ConvTmplt / !Run < prev    next >
Encoding:
Text File  |  1992-11-17  |  759 b   |  23 lines

  1. |>!Run
  2. |
  3. /<Obey$Dir>.!Boot
  4.  
  5. RMEnsure FontManager 2.98 Error ConvTmplt needs v2.98 or later of the FontManager module
  6. RMEnsure UtilityModule 3.10 Error Needs RiscOS 3.10 or later
  7.  
  8. Set ConvTmplt$Path <Obey$Dir>.,<System$Dir>.Modules.
  9. SetEval Old$CAsm 0
  10. RMEnsure CAssembler 0    SetEval Old$CAsm 1
  11. RMEnsure CAssembler 0.07 SetEval Old$CAsm 0
  12. If <Old$CAsm> Then Error An old version of the CAssembler is resident
  13. UnSet Old$CAsm
  14. RMEnsure CAssembler 0.07 RMLoad ConvTmplt:CAssembler
  15. RMEnsure CAssembler 0.07 Error CAssembler module not found or too old
  16. UnSet ConvTmplt$Path
  17.  
  18. WimpSlot -Min 96K -Max 96K
  19. WimpSlot -Min 64K -Max 64K
  20. Set ConvTmplt$Parameters "%*0"
  21. If "%0" <> "" Then Basic -quit <ConvTmplt$Dir>.ConvTmplt
  22. If "%0" = "" Then Run <ConvTmplt$Dir>.!RunImage
  23.