home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / textprocess / analysis_1 / !ANALYSIS / !RUN < prev    next >
Text File  |  1997-02-09  |  1KB  |  27 lines

  1. | !Run for !Analysis   © Copyright june 1996 Giovanni Lo Conti-Via G.Bizzozero,7-00123 Rome, Italy-E-mail: MC4386@mclink.it. All rights reserved.
  2.  
  3. IconSprites <Obey$Dir>.!Sprites
  4. Set Analysis$Dir <Obey$Dir>
  5. IF "<System$Path>" = "" THEN ERROR 0 System Resources cannot be found
  6. RMEnsure SharedCLibrary 0 RMLoad System:Modules.CLib
  7. RMEnsure SharedCLibrary 3.50 Error Interface needs Clib 3.50 or above
  8. RMEnsure InterfaceManager 1.55 RMLoad <Analysis$Dir>.Interface
  9. RMEnsure InterfaceManager 1.55 Error Couldn't load Interface Manager
  10. RMKill InterfaceManager
  11. RMEnsure InterfaceManager 1.55 RMLoad <Analysis$Dir>.Interface
  12. RMEnsure InterfaceManager 1.55 Error Couldn't load Interface Manager
  13. |RMEnsure MemAlloc 0.11 RMLoad <Analysis$Dir>.MemAlloc
  14. |RMEnsure MemAlloc 0.11 Error Couldn't load MemAlloc
  15. |
  16. If "<ANALYSIS$Running>" = "yes" Then Error ANALYSIS is already running
  17. |
  18. CHANGEDYNAMICAREA -RAMFSSIZE 128K
  19.  
  20. Set File$Type_001      Icon
  21. Set Alias$@RunType_001  /<Code$Dir>.Iconx %0 %*1
  22. WimpSlot -min 64k -max 64k
  23. Set File$Type_002      analysis
  24. Set Alias$@RunType_002  /<analysis$dir>.!run  %0 %*1
  25. RUN <Analysis$Dir>.!RunImage %*0
  26.  
  27.