I want to add a printer from a command line using "rundll32 printui.dll,PrintUIEntry" but the printers on my network are connected via IP (no print server). Therefore I need to create a standard TCP/IP port first, before running the "rundll32 printui.dll,PrintUIEntry" command. Does anyone know if it is possible to create aStandard TCP/IP port from a command line? Is so, how?