home *** CD-ROM | disk | FTP | other *** search
- *********************************************************************
- Manual Pattern.rexx
- *********************************************************************
-
- Usage: rx pattern <insert pattern> <-r<remove pattern>>
-
- this example builds a print list with AmigaDOS-Wildcards and prints
- it immediately
- Note: This Arexx-script builds a list of names rather than copying
- files into the printer: directory. You can use it when you
- are low on memory.
-
- Example:
-
- > rx pattern #? : print all files in the
- current directory
-
- > rx pattern #? -r#?.info : build a list of all files in
- the current directory, then remove
- files ending with '.info' and print
- the remaining files
-
- Note: this script works with the AmigaDOS 'list' command in the
- c: directory.
-
-