Tag: game

  • Convert a BIN+CUE CD image to ISO in macOS

    Tl;Dr Download and extract poweriso to the user binary directory. curl -o temp-download-delete http://www.poweriso.com/poweriso-1.3-osx.tar.gz && tar -xvzf temp-download-delete -C /usr/local/bin/ && rm temp-download-delete Convert the BIN+CUE to a single ISO file — run this command from the directory in which the BIN+CUE files are stored: poweriso convert ./”Image Name with Spaces.cue” -o ./”Image Name with…

    Continue Reading →