home *** CD-ROM | disk | FTP | other *** search
-
- | check that the work directory has been seen first
- If "<!7+_Work$Dir>" = "" Then Error 0 7+ Work Directory Not Found. Ensure that a Directory Viewer has been opened with !7+_Work in.
-
- *WimpSlot -Min 128k -Max 128k
- *IconSprites <Obey$Dir>.!Sprites
-
- | set up aliases etc
- *Set 7plus$Dir <Obey$Dir>
- *Set 7add$path <7Plus$Dir>.
- *Set Alias$7Plus 7add:!Runimage
-
- | check for presence of system resources and clib to ensure 7Plus
- | can run as a command line program
- *If "<System$Path>" = "" Then Error 0 System resources cannot be found
- *RMEnsure SharedCLibrary 0 System:modules.clib
- *RMEnsure SharedCLibrary 3.75 Error You need Clib 3.75 to run !7plus
-
- | comment these lines out with the | character (like this line) if you
- | have the task module and frontend module
- *echo 7Plus is currently a command line program. Press f12 and
- *echo type *7plus for a quick reminder of the command line
- *echo syntax or read the help file from the filer menu.
- *echo
- *echo If you have the Task and Frontend modules then edit the
- *echo !Run file.
-
- | Uncomment these lines if you have the task module and frontend module
- |*RMEnsure FrontEnd 0 System:modules.frontend
- |*RMEnsure Frontend 1.13 Error You will need version 1.13 of the FrontEnd module to run !7plus as a Task.
- |*RMEnsure TaskWindow 0 System:modules.task
- |*RMEnsure TaskWindow 0.29 Error You need version 0.29 of the taskwindow module to run !7plus
- |*WimpSlot -Min 32k -Max 32k
- |*FrontEnd_Start -app 7plus -desc <7plus$Dir>.desc
-