Tell your OS to map the network drive for you and then in "wine configuration/Drivers" create a new drive pointing to that folder. The way I do it on my linux box in fstab I have this: //Net/TEMP /media/local/ cifs noperm,username=me,password=secret,nounix,rw 0 0 The nounix is there so that cifs does not try to set all sorts of parameters on the share. Regards.