home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / mag_discs / volume_8 / issue_07 / risc_pc / !7Plus / !Run < prev   
Text File  |  1994-11-27  |  1KB  |  34 lines

  1. | check that the work directory has been seen first
  2. If "<!7+_Work$Dir>" = "" Then Error 0 7+ Work Directory Not Found. Ensure that a Directory Viewer has been opened with !7+_Work in. 
  3.  
  4. *WimpSlot -Min 128k -Max 128k
  5. *IconSprites <Obey$Dir>.!Sprites
  6.  
  7. | set up aliases etc 
  8. *Set 7plus$Dir <Obey$Dir>
  9. *Set 7add$path <7Plus$Dir>.
  10. *Set Alias$7Plus 7add:!Runimage 
  11.  
  12. | check for presence of system resources and clib to ensure 7Plus
  13. | can run as a command line program
  14. *If "<System$Path>" = "" Then Error 0 System resources cannot be found
  15. *RMEnsure SharedCLibrary 0 System:modules.clib
  16. *RMEnsure SharedCLibrary 3.75 Error You need Clib 3.75 to run !7plus
  17.  
  18. | comment these lines out with the | character (like this line) if you
  19. | have the task module and frontend module
  20. |*echo 7Plus is currently a command line program. Press f12 and
  21. |*echo type *7plus for a quick reminder of the command line 
  22. |*echo syntax or read the help file from the filer menu.
  23. |*echo
  24. |*echo If you have the Task and Frontend modules then edit the
  25. |*echo !Run file.
  26.  
  27. | Uncomment these lines if you have the task module and frontend module
  28. *RMEnsure FrontEnd 0 <Obey$Dir>.frontend
  29. *RMEnsure Frontend 1.13 Error You will need version 1.13 of the FrontEnd module to run !7plus as a Task.
  30. *RMEnsure TaskWindow 0 <Obey$Dir>.task
  31. *RMEnsure TaskWindow 0.29 Error You need version 0.29 of the taskwindow module to run !7plus
  32. *WimpSlot -Min 32k -Max 32k
  33. *FrontEnd_Start -app 7plus -desc <7plus$Dir>.desc
  34.