Does anyone have a good knowledge of batch files?
I currently have 3 batch files already (audio.bat, video.bat and karaoke.bat) and it is configured to scan and add new music. After completion, it will automatically start jukebox. I have 2 networked jukeboxes, and wanted a batch file that one scanned on the master box, it will copy over and replace records.cvx and records.rec to \\DS08\Jukebox\. Does anyone have any ideas, or could point me into the right direction?
Cheers in advance
Matt
You just need to use the COPY command or XCOPY command in the bat file. It will not copy to a UNC path I believe but if you map the drive it will work fine.