DJing Discussion

This area is for discussion about DJing in general. Please remember the community rules when posting and try to be polite and inclusive.

backup crates.bat

wtfbollos 12:31 AM - 8 November, 2011
copy this text into a file called "backup crates.bat" or something similar and either stick it on your desktop or stick a shortcut to it on your desktop for ease of access..

before using change the "a.user" to your windows username and create two subdirs (i've used "music" and "temp)..this copies your all-important crates off to somewhere safe..

del/q C:\music\Subcrates
del/q C:\temp\Subcrates

xcopy/q C:\Users\a.user\Music\_Serato_\Subcrates C:\music\Subcrates
xcopy/q C:\Users\a.user\Music\_Serato_\Subcrates C:\temp\Subcrates

pause