home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / compress / filearchivers / archandler / scripts / scripts.txt < prev    next >
Text File  |  1995-02-27  |  2KB  |  47 lines

  1.  
  2. This  directory  contains  ARexx  scripts  that  can be used with different
  3. directory utilities.
  4.  
  5. DiskMaster
  6. ----------
  7.  
  8. There  are  two scripts that can be used with `DiskMaster'. You should edit
  9. these  scripts  if  your  ARC  device doesn't have `Archives' as the volume
  10. name. You should also use 'EXPAND ON' in your `Startup.DM'
  11.  
  12. `ToARC.dmrx'  moves from the current directory to the same directory on the
  13. `Archives:' volume. `FromARC.dmrx' works in the other way.
  14.  
  15. You  could  use  `ToARC.dmrx' as the auto command for LhA archives. Add the
  16. following line to your S:Startup.DM:
  17.  
  18.                  AddAutoCmd ??-lh, Rexx ToARC.dmrx %s
  19.  
  20. Or  you might want to add the `ToARC' and `FromARC' commands to the command
  21. window. Add these lines to your S:Startup.DM:
  22.  
  23.          AddCmd  ToARC, 30, Recursion OFF; Rexx ToARC.dmrx %p
  24.        AddCmd  FromARC, 30, Recursion OFF; Rexx FromARC.dmrx %p
  25.  
  26. [DiskMaster by Greg Cunningham, © Progressive Periperals Inc.]
  27.  
  28.  
  29.  
  30. DirectoryOpus
  31. -------------
  32.  
  33. There  are  also  two  scripts  that  can be used with `DirectoryOpus'. You
  34. should edit these scripts if your ARC device doesn't have `Archives' as the
  35. volume name.
  36.  
  37. `ToARC.dopus' moves from the current directory to the same directory on the
  38. `Archives:' volume. `FromARC.dopus' works in the other way.
  39.  
  40. You  could  add  two  buttons `FromARC' and `ToARC' and which execute these
  41. ARexx scripts.
  42.  
  43. It  should  also  be  possible  to  use `ToARC.dopus' as the `double-click'
  44. action for the `lha-archive' filetype
  45.  
  46. [DirectoryOpus © Jonathan Potter]
  47.