PhyrexTechs

cue_bin_iso_gdi to CHD

Sep 14th, 2023 (edited)
2,137
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.21 KB | Gaming | 0 0
  1. for /R %%i in (*.cue, *.iso, *.gdi) do chdman createcd -c cdzl,cdfl -i "%%i" -o "%%~dpi/%%~ni.chd"
  2. for /R %%i in (*.cue, *.iso, *.bin, *.gdi) do for %%j in ("%%~dpi.") do if exist "%%~dpi*.chd" DEL /F "%%~dpi%%~nxi"
  3.  
Tags: Emulation
Advertisement
Comments
  • PhyrexTechs
    1 year
    Comment was deleted
  • PhyrexTechs
    1 year
    # text 0.30 KB | 0 0
    1. Updates:
    2. Added ".gdi for Dreamcast support.
    3. Added "-c cdzl,cdfl" minimal size increase to reduce the performance penalty for weaker retro handhelds.
    4. Added "if exist "%%~dpi*.chd" DEL" to make sure that the conversion was successful before anything is deleted.
    5. Verified working with PS2 games.
Add Comment
Please, Sign In to add comment