M
Mike Hood
This seems really simple, but I can't readily find the answer on the Web...
I'm trying to copy files from ServerA to ServerB in a batchfile. I can't get
it to work with
copy \\ServerA\c$\file.fil \\ServerB\d$
but instead it seems that I need to map drives to the servers as appropriate
and then use their letters, eg
copy u:\file.fil v:\
Is this right?
Thanks!
I'm trying to copy files from ServerA to ServerB in a batchfile. I can't get
it to work with
copy \\ServerA\c$\file.fil \\ServerB\d$
but instead it seems that I need to map drives to the servers as appropriate
and then use their letters, eg
copy u:\file.fil v:\
Is this right?
Thanks!