Removing duplicate files

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
tscottme

Removing duplicate files

Post by tscottme » Sun Aug 03, 2003 8:19 am

What is a good way to remove files that I've just burned to a CD from my HD? I burn files in about 10 subdirectories to a CD.

Thanks,
Scott

Lumumba

Post by Lumumba » Sun Aug 03, 2003 11:00 am

Think the easiest way is to move those files to a separate temp directory ("ToBurn") before you start to burn a CD. You'll delete it's content after the job is done.

Code: Select all

del>C:\ToBurn\*.*
Otherwise you would be forced to do a comparison. If you prefer this method you should have a look at backup strategies (google for it), cause to burn something to a CD is mainly for backup reasons, isn't it?

Lumumba

Post by Lumumba » Sun Aug 03, 2003 11:51 am

Right. CD burned already.
So use deltree.

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts