home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
compress
/
filearchivers
/
archandler
/
scripts
/
scripts.txt
< prev
next >
Wrap
Text File
|
1995-02-27
|
2KB
|
47 lines
This directory contains ARexx scripts that can be used with different
directory utilities.
DiskMaster
----------
There are two scripts that can be used with `DiskMaster'. You should edit
these scripts if your ARC device doesn't have `Archives' as the volume
name. You should also use 'EXPAND ON' in your `Startup.DM'
`ToARC.dmrx' moves from the current directory to the same directory on the
`Archives:' volume. `FromARC.dmrx' works in the other way.
You could use `ToARC.dmrx' as the auto command for LhA archives. Add the
following line to your S:Startup.DM:
AddAutoCmd ??-lh, Rexx ToARC.dmrx %s
Or you might want to add the `ToARC' and `FromARC' commands to the command
window. Add these lines to your S:Startup.DM:
AddCmd ToARC, 30, Recursion OFF; Rexx ToARC.dmrx %p
AddCmd FromARC, 30, Recursion OFF; Rexx FromARC.dmrx %p
[DiskMaster by Greg Cunningham, © Progressive Periperals Inc.]
DirectoryOpus
-------------
There are also two scripts that can be used with `DirectoryOpus'. You
should edit these scripts if your ARC device doesn't have `Archives' as the
volume name.
`ToARC.dopus' moves from the current directory to the same directory on the
`Archives:' volume. `FromARC.dopus' works in the other way.
You could add two buttons `FromARC' and `ToARC' and which execute these
ARexx scripts.
It should also be possible to use `ToARC.dopus' as the `double-click'
action for the `lha-archive' filetype
[DirectoryOpus © Jonathan Potter]