home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / lynx2.8.1dev.10.tar.gz / lynx2.8.1dev.10.tar / lynx2-8 / VMSPrint.com < prev   
Text File  |  1997-02-24  |  616b  |  16 lines

  1. $!
  2. $! Lynx_Dir:VMSPrint.com  -  Alan J. Hirsh (hirsh@atuk.aspentec.com)
  3. $! ---------------------
  4. $!    Lynx deletes temporary files on exit.  If your printer queue
  5. $!    is very busy such that Lynx is deleting the files before they
  6. $!    have been queued for printing, use PRINTER commands in lynx.cfg
  7. $!    which invoke this script.
  8. $!
  9. $! PRINTER:description for menu:@Lynx_Dir\:VMSPrint queue_name %s:FALSE:58
  10. $!
  11. $! P1 = queue_name (e.g., sys$print)  P2 = temporary Lynx file (%s)
  12. $! ---------------------------------  -----------------------------
  13. $ copy 'P2' 'P2'_temp_print
  14. $ print/queue='P1'/delete 'P2'_temp_print
  15. $ exit
  16.