Changes

Jump to: navigation, search

Printer drivers

583 bytes added, 12:15, 29 July 2010
Adding Printer Port
</package>
</source>
 
== Adding a Printer Port ==
If you need to add a Printer using an IP Port you have to create the Port first. I did it under WinXP with the build in prnport.vbs. Create a Batch file and run this, to install a Brother HL-2150N connected to the Port ExamplePortName behind the IP ExampleIP (RAW Mode Port 9100).
 
<source lang="dos">
cscript %WINDIR%\system32\prnport.vbs -a -r ExamplePortName -h ExampleIP -o raw -n 9100
rundll32 PrintUI.dll,PrintUIEntry /if /b "Brother HL-2150N" /f "%SOFTWARE%\BrotherHL2150N\BROHL07A.INF" /m "Brother HL-2150N series" /r "ExamplePortName"
</source>
[[Category:Silent Installers]]
Anonymous user

Navigation menu