Created
February 16, 2020 01:09
-
-
Save Telematica/b322881444daaef1427a4cedcf259d7c to your computer and use it in GitHub Desktop.
bin/cue files to .iso / .wav file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://superuser.com/questions/70070/how-to-mount-a-bin-file-on-a-mac | |
# https://apple.stackexchange.com/questions/12812/mounting-cue-bin-files | |
# Installation | |
brew install bchunk | |
port install bchunk | |
# Create iso or wav files | |
bchunk image.bin image.cue image.iso | |
bchunk -w image.bin image.cue image.iso | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment