home *** CD-ROM | disk | FTP | other *** search
/ Really Useful CD 1 / ReallyUsefulCD1.iso / extras / graphics / _chartdraw / _run < prev    next >
Encoding:
Text File  |  1989-07-01  |  337 b   |  19 lines

  1. | > !ChartDraw.!Run
  2. |
  3. | Run file for ChartDraw
  4. |
  5. | by Chris Johnson
  6. |
  7. IconSprites <Obey$Dir>.!Sprites
  8. Set Alias$@RunType_7F1 /<Obey$Dir>.!Run %%*0
  9. Set File$Type_7F1 ChartFile
  10. |
  11. | Find path to file
  12. Set ChartDraw$Dir <Obey$Dir>
  13. |
  14. | Check memory allocation
  15. WimpSlot -min 80K -max 80K
  16. |
  17. | Now start program
  18. Run <ChartDraw$Dir>.!RunImage %*0
  19.