I now remove those files before burning by running the following unix command on the mounted un-burnt disk or in the folder I'm going to create a master from:
% find . | grep .DS_Store | xargs rmMake sure that the disk or folder in question is NOT open in the Finder, and do not open them after running this. Also be aware that you will lose any window display state information, so only run this on CDs that are destined for use on Windows and backup the folder before running if you need to preserve the Mac finder properties.

