From 510ed32cfbffa6148018869f5ade416505a450b3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 22:21:21 +0200 Subject: Adding upstream version 2.9.0rel.0. Signed-off-by: Daniel Baumann --- VMSPrint.com | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 VMSPrint.com (limited to 'VMSPrint.com') diff --git a/VMSPrint.com b/VMSPrint.com new file mode 100644 index 0000000..d1e2c93 --- /dev/null +++ b/VMSPrint.com @@ -0,0 +1,15 @@ +$! +$! 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 -- cgit v1.2.3