home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / obero / oberon / script / oberonprint
Encoding:
AmigaDOS Script File  |  1993-01-01  |  127 b   |  8 lines

  1. .key printer/a,file/a
  2. .bra «
  3. .ket »
  4. echo "Printing file t:«file» on «printer»"
  5. gs -sDEVICE=«printer» t:«file»
  6. delete t:«file»
  7.  
  8.