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 >
Text File  |  1990-10-08  |  521b  |  15 lines

  1. .K f1,f2,f3,f4,f5
  2. .bra {
  3. .ket }
  4. ;;    PR        --  Prints specified files; runs in
  5. ;;                  the background.
  6.  
  7. run mat >PRT: JOIN nolines TAG ^|  {f1} {f2} {f3} {f4} {f5}
  8. ;                   ^^^ needed to suppress newline in tag
  9.  
  10. ;; this is a simple (and hopefully obvious) application of the JOIN mode.
  11. ;; Depending on how you are looking at this script, you may have gotten
  12. ;; lost because of the form-feed character in the TAG argument.  Use an
  13. ;; editor that handles control characters to see it properly.
  14.  
  15.