Im trying to xcopy everything on my D: drive to a folder on my C: drive.The D: drive consists of the obvious(windows,program files,docs and settings) and about a dozen hidden files.Copying all these files to this folder on my C: drive and a copy of the registry will allow me to completely backup my D: drive If I ever need to reinstall windows since my D: drive is my C: drive normally.I just have to make it my D: drive while im copying so no files are in use.The problem is that their is a hidden file called"System Volume Information"in the D: drive folder that will not copy along with a few others.What im trying to do is make a command line in a batch file to do all this.I need this command line to copy everything but exclude the files that wont copy.My command line looks like this(Xcopy "D:" "C:\Backup" /y /k /r /h /g /q /c /e /exclude:"system volume information")But it doesnt work for some reason.Is somethin wrong with this command line.It gives me a message (Can't read file:)Thanks
2006-12-14
17:02:16
·
3 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Software