Jump to content
LaunchBox Community Forums

bobba84

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by bobba84

  1. 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 :)

  2. Hello! I've imported them, but LaunchBox is extracting the .zip file and then using the VERSION.NFO file on the command-line when running an emulator! Any ideas?

    Edit: 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 :)

×
×
  • Create New...