This is used to map network printers onto a PC, provided they already have access. To use, edit the file in notepad as below and save as .bat, then run it on user's PC:
REM Map network printer
rundll32 printui.dll,PrintUIEntry /in /n \\hostName\printerName /q
rundll32 printui.dll,PrintUIEntry /y /n \\hostName\printerName
Replace the red text with the full path of the network printer.
No comments:
Post a Comment