Disk Images

Convert ISO to BIN and CUE files:

createcd -i <input> -o <output>.chd
chdman extractcd -i "${file%}" -o "${file%.chd}.cue" -ob "${file%.chd}.bin"
This section of the site is like my personal Wiki. It’s where I put notes that are relevant to me as I go through life and work on my projects. Perhaps they’ll be useful to you too. Expect things here to move around as my thinking evolves—if it turns out something warrants its own section, I’ll promote it.