Operating System - HP-UX
1837764 Members
3666 Online
110119 Solutions
New Discussion

Output file for jetadmin printer

 
maurix_1
Occasional Contributor

Output file for jetadmin printer

Hi:

I need to create a jetadmin printer with output to a file or redirect a current jetadmin printer output to a file.

Please helpme


Thanks
2 REPLIES 2
Tim Nelson
Honored Contributor

Re: Output file for jetadmin printer

You can simply edit the interface file.

near the top "cat $6 > /tmp/print.out".

The interface files are nothing more than shell scripts. You can do with them what you like ( including breaking them ;)

So either modify an existing printer interface file or just create a new printer and replace the interface with your script.

You may get some printer control code outputed but it depends on what your app outputs.

Grayh
Trusted Contributor

Re: Output file for jetadmin printer