Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

Today i had some problems with a laptop, and i had to reinstall the windows on it, while i was in the recovery console, i used XCOPY batch command to copy files and folders from c:\users\*USERNAME*\*.* to a folder on another partition. The problem is the command created a file with the save folder name that contains all my information. Is there any way to get the information back?

share|improve this question
xcopy has a parameters to specify that the target is a directory. – GolezTrol Dec 15 '12 at 14:57

migrated from stackoverflow.com Dec 15 '12 at 19:12

1 Answer

xcopy has a parameters to specify that the target is a directory. Using that might prevent problems like this in the future.

It will be hard, if not impossible to restore the files. They are just copied one after another without any indication of where one starts and another ends. Probably no filenames stored, no size information.. It may work if you got only a couple of files that each have a clear file header, but otherwise you're doomed.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.