write a batch file to copy files from one folder to another folder
Posted
by user73628
on Stack Overflow
See other posts from Stack Overflow
or by user73628
Published on 2009-06-12T12:45:25Z
Indexed on
2010/04/30
11:27 UTC
Read the original article
Hit count: 200
batch
I am having a storage folder on network in which all users will store their active data on a server now that server is going to be replaced by new one due to place problem so I need to copy sub folders files from the old server storage folder to new server storage folder. I have below ex:
from \Oldeserver\storage\data & files to \New server\storage\data & files.
© Stack Overflow or respective owner