Hey all,
I can’t seem to figure out something with robocopy. I am copying one folder into another folder. Here is how I am doing it.
Robocopy C:\Templates C:\Test\A /S /E
It works except for the fact that it does not copy the Templates folder. Instead I get all of the subfolders in the root of the A folder. I would like the new structure to be C:\Test\A\Templates\subfolders.
Can someone point me in the right direction.