home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilsm / molweight / !MolWeight / !Run next >
Text File  |  1993-10-13  |  657b  |  27 lines

  1. | > !MolWeight.!Run
  2. |
  3. | Run File for Molecular Weight
  4. |
  5. | by Chris Johnson
  6. |
  7. IconSprites <Obey$Dir>.!Sprites
  8. |
  9. | Find path to file
  10. Set MolWeight$Dir <Obey$Dir>
  11. |
  12. RMEnsure CJWimpUtil 0.02 RMLoad <Obey$Dir>.Modules.CJWimpUtil
  13. RMEnsure CJWimpUtil 0.02 Error 0 You need CJWimpUtil Installed
  14. |
  15. set temp$flag 1
  16. RMEnsure ABCLibrary 0 set temp$flag 0
  17. RMensure ABCLibrary 4.00 if "<temp$flag>" = "1" Then Error 0 Old ABCLib installed Else RMLoad <Obey$Dir>.modules.ABCLib
  18. RMensure ABCLibrary 4.00 Error You need the ABClibrary ver 4.00 or later installed
  19. |
  20. |
  21. | Check memory allocation
  22. WimpSlot -min 96K -max 96K
  23. |
  24. |
  25. | Now start program
  26. Run <MolWeight$Dir>.!RunImage
  27.