home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / FileMover / Dopus5 / DC-OP55B.LZX / Opus5 / arexx / DOS-DOpus.readme < prev    next >
Encoding:
Text File  |  1995-10-23  |  797 b   |  27 lines

  1. Short:    DOS-DOpus.dopus5 V1.0
  2. Uploader: Dave Clarke <4wd@connexus.apana.org.au>
  3. Author:   Dave Clarke <4wd@connexus.apana.org.au>
  4. Type:     util/rexx
  5.  
  6. DOS-DOpus.dopus5 (DD) is a short ARexx script for DOpus5.11+ and does the
  7. following.
  8.  
  9. Run from a shell, DD will open a new lister with the path the same as the
  10. shell directory, it will also take an optional pattern so that files in
  11. the lister that match it will be selected.  And if a pattern is specified,
  12. then it will also accept an optional DOpus5 command.
  13.  
  14. eg. rx DOS-DOpus.dopus5 #?.info DELETE
  15.  
  16. The idea is to use an alias to call it, eg Alias DD "rx DOS-DOpus.dopus5".
  17.  
  18. Then:   DD #?.info DELETE
  19.  
  20. You cannot specify just a command, you MUST have a pattern.
  21.  
  22. ie.  DOS-DOpus.dopus5 [pattern [command]]
  23.  
  24.  
  25. (Here's an idea for CDOpus Leo :)
  26.  
  27.