is it possible and safe to copy from one source to multiple destinations with Robocopy?
I mean, something like this in a bat file:
ROBOCOPY source dest_1
ROBOCOPY source dest_2
Is there any side effect?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yup, go right ahead. This is exactly the sort of thing robocopy is good at.