Necroposting I know, but I had LanchBox trying to feed VERSION.NFO into CCS64 after extracting the .zip files...
Found a workaround. I deleted VERSION.NFO from each .zip file using this in a .bat file:
for %%h in (*.zip) do "C:\Program Files\7-Zip\7z.exe" d %%h VERSION.NFO
Worked great! Hope this helps if anyone else has this issue