1
0
Fork 0
lynx/VMSPrint.com
Daniel Baumann 20df3659cf
Adding upstream version 2.9.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 08:10:34 +02:00

15 lines
616 B
Text

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