home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d8xx / d881 / printfiles.lha / PrintFiles / English / Example / Pattern.dok < prev    next >
Encoding:
Text File  |  1993-07-16  |  952 b   |  26 lines

  1. *********************************************************************
  2.                   Manual Pattern.rexx
  3. *********************************************************************
  4.  
  5. Usage: rx pattern <insert pattern> <-r<remove pattern>>
  6.  
  7. this example builds a print list with AmigaDOS-Wildcards and prints
  8. it immediately
  9. Note: This Arexx-script builds a list of names rather than copying
  10.       files into the printer: directory. You can use it when you
  11.       are low on memory.
  12.       
  13. Example:
  14.  
  15.       > rx pattern #?             : print all files in the
  16.                                     current directory
  17.  
  18.       > rx pattern #? -r#?.info   : build a list of all files in
  19.                                     the current directory, then remove
  20.                                     files ending with '.info' and print
  21.                                     the remaining files 
  22.  
  23. Note: this script works with the AmigaDOS 'list' command in the
  24. c: directory.
  25.  
  26.