you could also share your local printer and then use the "net use" command. This i have not tried personally but it seems to make sense. Check net use -> overview in Windows Help. Good Luck. -md
Net use
Connects a computer to or disconnects a computer from a shared resource, or displays information about computer connections. The command also controls persistent net connections.
net use [devicename | *] [\\computername\sharename[\volume]] [password | *]] [/user:[domainname\]username] [[/delete] | [/persistent:{yes | no}]]
net use devicename [/home[password | *]] [/delete:{yes | no}]
net use [/persistent:{yes | no}]
Parameters
none
Used without parameters, net use retrieves a list of network connections.
devicename
Assigns a name to connect to the resource or specifies the device to be disconnected. There are two kinds of device names: disk drives (D: through Z

and printers (LPT1: through LPT3

. Type an asterisk instead of a specific device name to assign the next available device name.
\\computername\sharename