- Jul
- 348
- 1
If I am copying from one drive to another using a batch file with a command line like (all on single line) -- (Is there a way to make it not wrap the line?)
except (C:\hiberfil.sys) copy /[!WINDOWS\ MSOCache\ RecoveryBin\ Recovery\ RECYCLER\ "System Volume Information\" TEMP\] /e /h /k /q /r /s /u /z c:\*.* i:\WINDOWSCOPY
and I want to add the recycle bins for *all* drives,
1) Does case matter -- RECYCLE v. Recycle
2) Is there a way to add all the recycle bins for "any" drive rather than entering each one separately?
Regards,
Chuck Billow
except (C:\hiberfil.sys) copy /[!WINDOWS\ MSOCache\ RecoveryBin\ Recovery\ RECYCLER\ "System Volume Information\" TEMP\] /e /h /k /q /r /s /u /z c:\*.* i:\WINDOWSCOPY
and I want to add the recycle bins for *all* drives,
1) Does case matter -- RECYCLE v. Recycle
2) Is there a way to add all the recycle bins for "any" drive rather than entering each one separately?
Regards,
Chuck Billow