home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / languages / panebasic / lib / basiclib / !Squares / !Run < prev    next >
Encoding:
Text File  |  1991-02-18  |  372 b   |  13 lines

  1. | !Run
  2. IconSprites <Obey$Dir>.!Sprites
  3. |
  4. If "<System$Path>" = "" then Error 0 System resources cannot be found
  5. |
  6. RmEnsure ColourTrans 0.52 Rmload System:Modules.Colours
  7. RmEnsure ColourTrans 0.52 Error You need Colours 0.52 or later
  8. |
  9. Set Squares$Dir <Obey$Dir>
  10. If "<BasicLib$Path>" = "" then Error BasicLib not found
  11. Wimpslot -min 64K -max 64K
  12. Run <Squares$Dir>.!RunImage
  13.