Link to home
Start Free TrialLog in
Avatar of akosinoah
akosinoah

asked on

RoboCopy Copy Root Folder and Place to the new destination folder

robocopy.exe D:\newfolder1 U:\newfolder2  *.* /e /r:0 /w:0 /np /tee /log:FileMove.log  

My current command above copies only the subfolder of the source destination but i need the root newfolder1 to be part of newfolder2

the destination will be like this.

U:\Newfolder2\Newfolder 1
ASKER CERTIFIED SOLUTION
Avatar of Pawan Kumar
Pawan Kumar
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial