VMSPrint.com 616 B

12345678910111213141516
  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