D
DPM
I currently use printui.dll to install a standard parallel printer on LPT1,
and run it during FBA. Works great. Now, I need to also install a USB
printer.
Here's a generic command line:
rundll32 printui.dll PrintUIEntry /if /f %windir%\inf\ntprint.inf /r "lpt1:"
/m "HP PSC 500"
My question is: with what do I replace "lpt1:" in the USB case? Just "USB"?
Or can I not specify a port at all?
Thanks in advance.
and run it during FBA. Works great. Now, I need to also install a USB
printer.
Here's a generic command line:
rundll32 printui.dll PrintUIEntry /if /f %windir%\inf\ntprint.inf /r "lpt1:"
/m "HP PSC 500"
My question is: with what do I replace "lpt1:" in the USB case? Just "USB"?
Or can I not specify a port at all?
Thanks in advance.