home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / education / multiplot / !MultiPlot / !Run < prev    next >
Text File  |  1993-04-14  |  1KB  |  44 lines

  1. | > !MultiPlot.!Run
  2. |
  3. | Run file for MultiPlot
  4. |
  5. | by Chris Johnson
  6. |
  7. IconSprites <Obey$Dir>.!Sprites
  8. Set Alias$@RunType_7F6 /<Obey$Dir>.!Run %%*0
  9. Set File$Type_7F6 PlotFile
  10. |
  11. | Find path to file
  12. Set MultiPlot$Dir <Obey$Dir>
  13. |
  14. If "<Font$Prefix>"="" Then Error You need to double click on !Fonts before running this application
  15. |
  16. RMEnsure ColourTrans 0.51 RMLoad System:Modules.Colours
  17. RMEnsure ColourTrans 0.51 Error You need ColourTrans 0.51 or later
  18. |
  19. RMensure FPEmulator 0 RMLoad System:modules.FPEmulator
  20. RMensure FPEmulator 0 Error You need the floating point emulator installed
  21. |
  22. RMEnsure MessageTrans 0.06 RMLoad <Obey$Dir>.Modules.MsgTrans
  23. RMEnsure MessageTrans 0.06 Error You need MsgTrans 0.06 or later
  24. |
  25. set temp$flag 1
  26. RMEnsure ABCLibrary 0 set temp$flag 0
  27. RMensure ABCLibrary 4.00 if "<temp$flag>" = "1" Then Error 0 Old ABCLib installed Else RMLoad System:modules.ABCLib
  28. RMensure ABCLibrary 4.00 Error You need the ABClibrary ver 4.00 or later installed
  29. |
  30. RMensure FontMenu 0 RMLoad <Obey$Dir>.modules.FontMenu
  31. RMensure FontMenu 0 Error You need the FontMenu module installed
  32. |
  33. RMensure InterfaceManager 1.20 RMLoad <Obey$Dir>.modules.Interface
  34. RMensure InterfaceManager 1.20 Error You need the Interface module installed
  35. |
  36. RMEnsure CJwimpLib 0.21 RMLoad <Obey$Dir>.modules.cjwimplib
  37. RMEnsure CJwimpLib 0.21 Error You need the CJwimpLib module 0.21 or later installed
  38. |
  39. | Check memory allocation
  40. WimpSlot -min 160K -max 160K
  41. |
  42. | Now start program
  43. Run <MultiPlot$Dir>.!RunImage %*0
  44.