I'm trying to copy a folder on my internal hard drive to my external hard drive using robocopy with the following command:
robocopy "source folder" "destination folder" *.* /E /DCOPY:T /COPYALL /LOG:"log folder/log.log" ATTRIB -S -H "destination folder"
after running the command, the process stops immediately and I get this error in my log file:
"ERROR : Invalid Parameter #10 : "-H" "
I want to remove the hidden and system attributes from all my folders and subfolders I'm copying. I'm using version XP026 of robocopy