Operating System - HP-UX
1825009 Members
2913 Online
109678 Solutions
New Discussion

Searching for Printer Manager exe file location

 
SOLVED
Go to solution
Matthew Boyer
Occasional Contributor

Searching for Printer Manager exe file location

I am working on a project for my job that works as a GUI on top of an HP-UX 9.05 system. I need to be able to reference the file location for the Printer Manager so users can pull up that window w/ the click of a button and kill print jobs in the queue. I was able to locate the file on a HP-UX 10.20 at "/usr/dt/bin/dtprintinfo", but have not been so lucky on the 9.05. I know the exe must be there somewhere because if you click on the printer icon in the bottom bar on the desktop it pulls up a window that allows you to click "Printer Manager", which of course opens the Printer Manger. If anyone knows of the location for this file I would be extremely grateful to hear from you. Thanks.
1 REPLY 1
Steffi Jones_1
Esteemed Contributor
Solution

Re: Searching for Printer Manager exe file location

Hi Matthew,

my 9.x knowledge is a little rusty, but can't you just run a find command on the system.

like:

find / -name *print* -print

Just make sure to add -print that was needed in 9.x

Good luck,

Steffi Jones