- Jul
- 325
- 1
I'm not at all clear on this:
I want to copy all of Drive "C" to Drive "D", EXCEPT
C:\VirtualRoot
C:\Diskeeper
C:\Users\CWBillow\Documents\~ Finance
I want to set up a file list (Exceptions.txt) to ease in editing the exceptions.
Can I put all these folders in the same list? One line per each? If I cannot, then can I include multiple lists? And if so, would my command line look something like
except @C:\Exceptions.txt @C:\exceptions_2.txt copy /e /h /k /q /r /s /u /z c:\*.* D:\WINDOWSCOPY
(apologies for not tuning off wordwrap...couldn't seem to find out how)
?
Regards,
Chuck Billow
I want to copy all of Drive "C" to Drive "D", EXCEPT
C:\VirtualRoot
C:\Diskeeper
C:\Users\CWBillow\Documents\~ Finance
I want to set up a file list (Exceptions.txt) to ease in editing the exceptions.
Can I put all these folders in the same list? One line per each? If I cannot, then can I include multiple lists? And if so, would my command line look something like
except @C:\Exceptions.txt @C:\exceptions_2.txt copy /e /h /k /q /r /s /u /z c:\*.* D:\WINDOWSCOPY
(apologies for not tuning off wordwrap...couldn't seem to find out how)
?
Regards,
Chuck Billow