Changes

Jump to navigation Jump to search

Save disk space for ISOs

5 bytes added, 00:02, 7 July 2018
m
The CHD to BIN/CUE command line was missing the chdman word before extractcd. Also removed the quotation marks at the end of both command lines.
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.
1
edit

Navigation menu