Changes

Jump to navigation Jump to search

Save disk space for ISOs

6 bytes added, 01:21, 10 August 2020
CHD Compression
'''Instructions'''
Place chdman.exe and extractcd in the same directory as the dumps you want to compress (dumps must be in BIN+CUE format). Open Command Prompt and navigate to the directory where you placed chdman.exe and input one of the following:
* BIN/CUE to CHD: <code>for /R %i in (*.cue) do chdman createcd -i "%i" -o "%~ni.chd"</code> (Windows)* CHD to BIN/CUE: <code>for /R %i in (*.chd) do chdman extractcd -i "%i" -o "%~ni.cue"</code> (Windows)
Alternatively, if you only need to do one file you can use this: <code>chdman createcd -i "<FILENAME>.cue" -o "<FILENAME>.chd"</code>
1
edit

Navigation menu