It seems like I have to write a small JAVA application that burns certain files from a directory to CD.
After burning, I have to check the integrity of the files on CD ( md5sum or similar ).
The program is intended to be run on Windows XP SP 3 ( although it would elegant nice to have a OS-independent solution ).
Is there a way to do this quick and dirty? Thanks!