I need to do some basic background printing. Some from VB, others from C++,
and others from .CMD batch files. Is there anything out there that's better
than the basic PRINT command. I'd rather send the file to a utility (like
PRINT) rather than coding a PrintObject() or Win32 print API in each
application, but I'd like to get back some decent return codes. With PRINT
you can of course direct the file to the proper network printer, but it
always returns with an errorlevel of 0 (even when it get's an error).
Thanks,
dea...@isssw.com
P.S. ... please copy my email. Thanks.