home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / convtmplt / !ConvTmplt / !Run < prev    next >
Encoding:
Text File  |  1993-06-08  |  1.1 KB  |  25 lines

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