home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 10
/
aminetcdnumber101996.iso
/
Aminet
/
biz
/
dopus
/
Dopus511.lha
/
dopus_pch.lha
/
ARexx.lha
/
Arexx
/
OCD.dopus5
< prev
next >
Wrap
Text File
|
1995-05-14
|
689b
|
20 lines
/* 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