Small problem i cannot solve, i have 10 servers and i need to backup a directory on all the servers c:\testbin to a remote location. Enyone know how to copy the folders to the remote location and renaming the folders to the originating system name?
For example server(TOMP33) i need to copy the c:\testbin to \\remoteserver\c$\ but the destination folder needs to be renamed to TOMP33 so the output should look like this
\\remoteserver\c$\TOMP33
Thanks for the help
For example server(TOMP33) i need to copy the c:\testbin to \\remoteserver\c$\ but the destination folder needs to be renamed to TOMP33 so the output should look like this
\\remoteserver\c$\TOMP33
Thanks for the help
Comment