Changes

Jump to navigation Jump to search

Save disk space for ISOs

2 bytes added, 12:32, 7 July 2018
m
restored quotation at the end (removing that breaks the output location)
Placing chdman and extractcd in the same directory as dumps in BIN+CUE format, the following command-line instructions can be used:
* BIN/CUE to CHD: <code>for %i in (*.cue) do chdman createcd -i "%i" -o "%~ni.chd"</code> (Windows)* CHD to BIN/CUE: <code>for %i in (*.chd) do chdman extractcd -i "%i" -o "%~ni.cue"</code> (Windows)
If you have one of the European PSX games that features LibCrypt copy protection, you have a .sbi file in addition to the .bin/cue file. The CHD creation process doesn't process the .sbi file. Thus, you will need the .sbi file in the same directory as the .CHD file for the game to run.
927
edits

Navigation menu