home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
system
/
printfiles
/
english
/
example
/
pattern.dok
< prev
next >
Wrap
Text File
|
1995-02-27
|
952b
|
26 lines
*********************************************************************
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.