Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for /R %%i in (*.cue, *.iso, *.gdi) do chdman createcd -c cdzl,cdfl -i "%%i" -o "%%~dpi/%%~ni.chd"
- for /R %%i in (*.cue, *.iso, *.bin, *.gdi) do for %%j in ("%%~dpi.") do if exist "%%~dpi*.chd" DEL /F "%%~dpi%%~nxi"
Advertisement
Comments
-
Comment was deleted
-
- Updates:
- Added ".gdi for Dreamcast support.
- Added "-c cdzl,cdfl" minimal size increase to reduce the performance penalty for weaker retro handhelds.
- Added "if exist "%%~dpi*.chd" DEL" to make sure that the conversion was successful before anything is deleted.
- Verified working with PS2 games.
Add Comment
Please, Sign In to add comment