PCL6 Driver for Universal Print ver 4.0.0
Page 34 of 87
4.
Select “Add Printer”
5-1-4 Scripting (PrintUIEntry.dll, Printadmin.dll)
We support the installation of PCL6 driver for Universal Print via scripting. This section shows a
sample installation of the PCL6 Driver for Universal Print using commands.
The command below will:
•
create a queue called “Ricoh Printer”.
•
use oemsetup.inf to install the driver.
•
assign the port “LPT1:” to the queue.
Sample:
rundll32 printui.dll,PrintUIEntry /if /b “Ricoh Printer” /f oemsetup.inf /r “LPT1:” /m
“PCL6 Driver for Universal Print”
For information about the usage of this command, type:
rundll32 printui.dll,PrintUIEntry /?