home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / fonts / a_q / fonttools / !FontTools / !Run < prev    next >
Text File  |  1993-03-08  |  376b  |  17 lines

  1. | !FontTools !Run file
  2. | Version 1.00
  3. |
  4. Set FontTool$Dir <Obey$Dir>
  5. |
  6. IconSprites <FontTool$Dir>.!Sprites
  7. |
  8. If "<System$Path>" = "" then Error 0 System resources cannot be found
  9. If "<FTLog$Dir>" = "" then Error 0 Log files cannot be found
  10. If "<Font$Path>" = "" then Error 0 No fonts can be found
  11. |
  12. WimpSlot -Min 64K -Max 64K
  13. RUN <FontTool$Dir>.!RunImage
  14. |
  15. UNSET FontTool$Dir
  16.  
  17.