How can I copy from one domain pc (winxp) logged off, to another domain server (w2k3)
- by user37408
Hi,
I have a automation build server which creates nightly builds. It does this while logged off in Windows XP. This is is one domain while the server I wish to copy the builds to is in another domain (win2k3).
I can't use a network share when logged off and as soon as I try to browse manually to the server it prompts for a username/password
I am guessing the only way is to create a script/batch file which has a domain account and password for the server and runs at a scheduled time.
If there is a more elegant way, please let me know.
thanks