GDX-X / PFS-BatchKit-Manager

Manage your PlayStation 2/PSX DESR HDD
175 stars 12 forks source link

Fix BIN2ISO only processing the first found BIN file #49

Open zoton2 opened 7 months ago

zoton2 commented 7 months ago

Noticed that the "Convert .BIN to .ISO" only converted the first found .bin file, because once it had done that it just moved all *.bin and *.cue files to the Original directory. I assumed it was meant to loop through and process them all because of the for %%f in (*.bin) loop, so I patched it to only move the converted *.bin and *.cue files at the end of the loop instead.

GDX-X commented 7 months ago

Thanks! I will add this in the next update. I added quite a few new features and some bug fixes.