Hi,
I have one server from where I would like to xcopy one
folder+subfolders to another server.
This source server is in our network, but it is not part of our domain
and it is actually XP Pro.
I've tried many commands from my own workstation, here is the latest:
Net use T: \\Workstation\E$ /persistent:no /user:WORKGROUP\Username
Password
xcopy /e /y T:\Folder\Subfolder\Source \\Server\Backup folder
Error message:
"Multiple connections to a server or shares resource by the same user,
using more than one user name, are not allowed. Disconnect alla
previous connections to the server or shared resource and try again."
I don't have any connections open to the workstation - at least not
anymore (I haven't boot my workstation though)
First of all: Does this Net use command equal to Windows XP's Map
Network Drive?
How do I make xcopy work? Should I use UNC or letters to the mapped
drives. Server share is already mapped to my workstation.
I've also tried to do xcopy directly from the source server, but I just
can't make the syntacs correct and I was not able to give any
permissions (except Read, that was as a default) to the destination
server.
I'm so lost...any ideas highly appreciated!