home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff374.lzh
/
Mat
/
PR
< prev
next >
Wrap
Text File
|
1990-10-08
|
521b
|
15 lines
.K f1,f2,f3,f4,f5
.bra {
.ket }
;; PR -- Prints specified files; runs in
;; the background.
run mat >PRT: JOIN nolines TAG ^| {f1} {f2} {f3} {f4} {f5}
; ^^^ needed to suppress newline in tag
;; this is a simple (and hopefully obvious) application of the JOIN mode.
;; Depending on how you are looking at this script, you may have gotten
;; lost because of the form-feed character in the TAG argument. Use an
;; editor that handles control characters to see it properly.