Greetings,
I've got a bat script which copies certain information from a computer onto a USB hard drive using Robocopy. The hard drive is FAT formatted and therefore doesn't support directories with extended attributes, leading me to robocopy error 282 as described here.
How do I tell robocopy to copy all the attribute information EXCEPT for the extendable attributes?
I still need help, but, some helpful info from the googling ive done thus far
- Robocopy Command-Line Options: http://www.ss64.com/nt/robocopy.html
- What is an Extended File Attribute: http://en.wikipedia.org/wiki/Extended_file_attributes
- Windows Hotfix (which would be great if I wasn't copying to a USB hard drive): http://support.microsoft.com/kb/329145/en-us
EDIT: Wow, the file system isn't FAT, I was wrong. Its RAW.