I am trying to get XCOPY to copy the entire directory tree and all its files, however one of the directory paths contains a hidden folder, and although you can use / h parm to specify the copy of hidden files, it does not seem to be related to hidden folders. I was in all the docs for XCOPY, and it looks like they don't have hidden folders. But maybe someone knows differently?
`xcopy c:\profiles c:\aprofiles /r /e /h /v /y
All of the above works fine, except for hidden folders. I believe that I could hide hidden folders to make them not hidden, but there are several hundred of them.
source share