Closed Silvia-Rose closed 7 months ago
Oh, yeah, that's definitely broken in split mode. Will take a look. I think the -o option in general has a lot of weird quirks that need resolving.
Yeah, this is me not testing properly with the 1.0.2 release. If you roll back to 1.0.1 it will work as expected. I'll fix this and cut a new release.
Fixed in release 1.0.3
What I was aiming for was to take the .cue and .bin in "input" folder, do the splitting, and then output both the .cue and .bin(s) to the "output" folder.
My batch is as follows:
and this does correctly split the files, however it only puts the new .cue file in the "output" folder, and just spits the .bin files next to the binmerge.exe rather than also in "output".
I'm not well versed so I'm not sure if it's because of my batch or if this is unintended behaviour?
I appreciate your program 💜