batch

Copy files and preserve folder structure

I have to copy a bunch of files from one drive to another. Simple Strg+C is to unreliable and has to start from the beginning, if the copy process gets interrupted. xcopy %source% %destination% has no sufficient logging options. The solution should be a command line script, to simply rerun the task.
Subscribe to batch