Oh boy. Well, I can almost feel success but haven't got there yet.

I can run the NET USE command in a DOS window and it correctly passes the user/pass, but when I put it in the script I get a script error.

USE:

NET USE s: "\\thelocation\thelocation /USER:domainname\username password"

Any ideas?

EL