
Thu 03 Aug 06 @ 4:33 pm
I use the following script on a thumb drive, and named with a ".bat" extension. When the drive is attached, I just double click the .bat file and the important files will be copied to a machine specific folder on the thumb drive. This makes it easy to save the info from any VDJ machine where Virtual DJ is installed under the "C:/program files" folder.
mkdir "\backups\virtualdj\%computername%"
cd "\backups\virtualdj\%computername%"
copy "c:\program files\virtualdj\virtualdj database.xml" .
copy "c:\program files\virtualdj\mp3database.txt" .
copy "c:\program files\virtualdj\history.txt" .
copy "c:\program files\virtualdj\shortcuts.xml" .