views:

1179

answers:

0

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

EDIT: Wow, the file system isn't FAT, I was wrong. Its RAW.