Displaying 1 result from an estimated 1 matches for "udfa127jhammer6".
Did you mean:
ldfa127jhammer6
2003 Dec 01
0
No subject
...to, you could put in a command to remove the
control files from your print queue after the print job is done, sorta like
this:
In the filter put this:
echo $CONTROL > mycontrol
This inserts the following into that file:
Hjhammer6.jhammer.org Proot Jjunk CA Lroot Njunk ldfA127jhammer6.jhammer.org
UdfA127jhammer6.jhammer.org
You could then run a script after the printing is done to remove all the
files with the control number A127.
Or, you could put in, at the end:
echo File Printed | mail -s PrintingDone user
Of course, you have to get the user name from the $CONTROL information in
that mycontrol file.
Th...