This simple batch script converts all .chd files in the current directory to .iso format using chdman.
- Converts multiple CHD files to ISO in a single run
- Fully offline and lightweight
- Ideal for converting CHDs from DVD-based games or data discs
- Windows
chdman(included with MAME)
Make sure chdman.exe is in the same folder as the script or added to your system PATH.
- Download or clone this repository.
- Place your
.chdfiles in the same folder as the script. - Double-click
convert_chd_to_iso.bator run it via command prompt.
The script will generate .iso files with the same base name as each .chd.
This script uses the extractraw command, which is only suitable for CHDs containing DVD or data images.
If your CHD contains a CD-ROM image (e.g., games with audio tracks like PS1), use extractcd instead.
To check CHD type:
chdman info -i yourfile.chd