home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 2 / DATAFILE_PDCD2.iso / utilities2 / 7plus / !7Plus / !Run < prev    next >
Encoding:
Text File  |  1993-04-03  |  1.4 KB  |  35 lines

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