Why robocopy only copy directories but not files?

1

1614

I've tried robocopy to directories of programs, However, when I see the consequences, only directories were copied but program files weren't copied. But when I pick exe files to copy, then it is copiedWhy is that, and is there any way to solve this?Here is the command I usedrobocopy "source" "destination" a b c d /e /copy:dat

Continue reading...
 
Back
Top Bottom