Hi all,
I am trying to copy files from source to destination based on a parameter using roocopy.
I tried to do it but the thing is i want open multiple threads in a single statement.
The main objective is to copy multiple backup files from source to destinatiiiion with a single statement.Is that possible at all??
Say for example,
robocopy source destination p*.bak
robocopy source destination a*.bak
robocopy source destination s*.bak
I can open only on thread.
Did anyone encounter this problem.
Thanks in advance.