I would like to combine all three robocopy commands into one. <o:p></o:p>
c:\windows\system32\robocopy.exe\\Source1\\destination1*.*/mov /w:1 /r:1
c:\windows\system32\robocopy.exe \\Source2
\\destination2*.* /mov /w:1 /r:1
c:\windows\system32\robocopy.exe \\Source3
\\destination3*.* /mov /w:1 /r:1<o:p></o:p>
Can someone tell me, if it possible or not. if yes, what will be that single Robocopy command.
Thanks in advance