Hi,
I ha ve tried to copy a folder to another drive. I have done this command :
copy c:\source d:\destination
But the destination folder did not exist so it copy the source (a folder containing multiple files) to a FILE. So, the file is not a folder !!! I cannot read the destination because it is not a folder anymore. What can I do to make the destination file a folder and have access to the files that are in it ???
please help me because now I have no way to retreive this information
Thank you !
Page 1 of 1
DOS copy problem HELP !
#2
Posted 06 June 2005 - 11:09 AM
you are lucky you used copy command because your source files have not been altered. what you need to do is delete your destination file and use the "xcopy /i/e" command instead. this will check to see if what you are copying is many files/folders and if so it automatically assumes you want the destination as a folder containing those files so it creates the folder.
If however you didn’t keep the source folder. Sadly you have 3-5 options.
1. Recreate all your files from scratch.
2. if the files were all text files (not documents) open that destination file with Notepad and you might get lucky with most if not all the files contents.
3. if you have a backup (which I’m sure you don’t if your asking) restore the backup risk losing some files which might not have been backed up.
4. Pay professional company to try and restore the link between the files and their FAT location (NOT Easy, NOT Cheap, And NOT always Possible)
5. Say to yourself Oh well better luck next time.
I realize this doesn’t sound like news you want to hear.
This option would be really nice to have for people who do use copy command. And if Microsoft wasn’t so hush hush about how it deals with folder design it probably would be able to be done.
BTW renaming the file to .dir, .FOLDER, .Directory will NOT work.
If however you didn’t keep the source folder. Sadly you have 3-5 options.
1. Recreate all your files from scratch.
2. if the files were all text files (not documents) open that destination file with Notepad and you might get lucky with most if not all the files contents.
3. if you have a backup (which I’m sure you don’t if your asking) restore the backup risk losing some files which might not have been backed up.
4. Pay professional company to try and restore the link between the files and their FAT location (NOT Easy, NOT Cheap, And NOT always Possible)
5. Say to yourself Oh well better luck next time.
I realize this doesn’t sound like news you want to hear.
This option would be really nice to have for people who do use copy command. And if Microsoft wasn’t so hush hush about how it deals with folder design it probably would be able to be done.
BTW renaming the file to .dir, .FOLDER, .Directory will NOT work.
Share this topic:
Page 1 of 1

Help

Back to top








