No problem. I noticed something I missed last night while on the pain killers.. lol You'll need to put
%USERPROFILE%\My Documents in
"" like this
"%USERPROFILE%\My Documents" and you'll want to remove the
\ in front of Documents. I fixed the code above if you want to re-copy that code.
EDIT: The reason you need to put it in "" is because of the space in My Documents. The batch file will break at that point and tell you it can't find the location.