When WIndows performs a copy operation there are a set of parameters used to perform it. Often times, the filename, the one you are attempting to copy, has some illegal characters in the name itself, when you receive an error message such as "cannot copy the parameter is incorrect". How does this occur? Windows will not let you name a file with illegal characters so the file in question must
. exist on some other media where the filename was allowed to be used. If you search google, using the filename you are trying to copy, you might garner some search results that include people who have had the same problem and found a solution. Or, you could try to rename the file using some other method, such as adding the file to an object like a zip file and then rename the file inside the zip file.