summaryrefslogtreecommitdiffstats
path: root/VMSPrint.com
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:12:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:12:14 +0000
commit982972c2aada53f83389987317fb6cbee9ce5a91 (patch)
tree25420c3b905b2e00f02a895d877fd0669025ee35 /VMSPrint.com
parentInitial commit. (diff)
downloadlynx-982972c2aada53f83389987317fb6cbee9ce5a91.tar.xz
lynx-982972c2aada53f83389987317fb6cbee9ce5a91.zip
Adding upstream version 2.8.9rel.1.upstream/2.8.9rel.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'VMSPrint.com')
-rw-r--r--VMSPrint.com15
1 files changed, 15 insertions, 0 deletions
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