pcf-file: plotter LASERJET4V # plotter_command lp -c -d 5000post plotter_command /local/pdmdbases/kr-Proe_package/plt_def/hp4v-a3-print.1 plot_names yes paper_size a3 plot_scale 1 plot_segmented no delete_after_plotting yes button_name HP5000_A3 plot_access create plot_file_dir /var/tmp print-file: #!/bin/csh -f cat /local/pdmdbases/kr-Proe_package/plt_def/tray.txt.1 $1 >/tmp/.plot$$ lp -c -d 5000post lp -c -d 5000post /tmp/.plot$$ rm -f /tmp/.plot$$ >/dev/null