Check if logical printer is installed
Author: adkinsl@proware.com (hoss)
I would like it very much if I could check for the existence of a logical printer via proc.
Perhaps something like this....
if ($logicalprinter("HPLASER") = 1) ;-- where 1 exists and 0 does not
print "HPLASER","C"
endif




