File: VMSPrint.com

package info (click to toggle)
lynx 2.9.0dev.6-3~deb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 17,516 kB
  • sloc: ansic: 135,095; sh: 3,641; makefile: 1,149; perl: 1,130; yacc: 782
file content (15 lines) | stat: -rw-r--r-- 616 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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