XCOPY is not copying subfolders even though I am using the parameters /S /C.
I'm also using /D to just update the data. I've tried using /C to ignore errors. And I've tried using ROBOCOPY but I can not get the subfolders copied.
I've tried to contact HP, but they said it was a software issue, even though it (the batch file) worked on my old Win7 machine and on other peoples Win10 machines.
Sample command:
xcopy "C:\Users...\Documents\SystemFiles\" "D:\NewWork\SystemFiles\" /s /e /d /c
Testing that I used:
ROBOCOPY doesn't work either.
Testing on folders without spaces was done as well.
Caps were tested for the parameters.
COPYIT bat example from the MS site was tried too. It said that Cntl-C was pressed which did not occur.