Use a simple batch script to automate the process: for %i in (*.iso) do chdman createcd -i "%i" -o "%~ni.chd"
The LRPS2 and Play! cores both handle CHD efficiently. ps2 chd roms full
for /r %%i in (*.iso) do chdman createdvd -i "%%i" -o "%%~ni.chd" CD-based PS2 games (Blue discs) Use a simple batch script to automate the
Unlike .BIN/.CUE formats which use two files per game, CHD merges everything into one neat package. ps2 chd roms full