home *** CD-ROM | disk | FTP | other *** search
- /* OCD v1.00 [14-May-1995] for Directory Opus 5
- By Leo Davidson ("Nudel", P0T-NOoDLE/Gods'Gift Utilities)
-
- Note: Please don't confuse this with the CDO script!
-
- When run from a Shell, will put the DOpus5 screen to the front and
- open a new lister with the same path as the Shell.
-
- To set up the command "OCD", add the following to your s:shell-startup:
- -------------------------------------------------------------------------------
- Alias OCD "rx DOpus5:ARexx/ocd.dopus5"
- -------------------------------------------------------------------------------
- */
- signal on error
- address "DOPUS.1" /* Assumes there's only one copy. */
- dopus front
- lister new pragma("d")
- Error:
- EXIT
-