Hi Lukas! Am Montag, 15. M�rz 2004 12:19 schrieb Lukas Meyer: > Hi list > > I'm wondering if it and how it is possible to add printers to a > workstation with a logon script like mounting shares. I can't find > anything about this on the inetnet so is this possible?
use the net command in the logon scripit like so: net use LPTX: \\MASCHINENAME\PRINTERSHARENAME e.g. net use LPT1: \\myserver\my1stprinter will connect your "my1stprinter an server "myserver" to your local Windows PrinterPort 1. HTH > > regards > lm Greets Wolfgang -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
