Here is the DOS batch script I use. I run it from my root music folder.
Sync.bat
Code:
net use x: "\\192.168.0.2\c$\!Library" /persistent:no
xcopy /c /s /e *.mp3 x: /-y < no.txt
You also need a no.txt file that just contains the letter 'n' repeated many many times (at least one 'n' for each mp3 you have). No newlines. e.g.
no.txt
Code:
nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn