Light Sock Posted February 14, 2018 Share Posted February 14, 2018 Hey guys! I'm using an old version of chdman that came with a .bat file to bath convert ISO games to CHD. I noticed that some CHD I got from elsewhere were way smaller than the one I'm producing. I read a bit on the internet and I saw my chdman version is outdated and there's a new version with the new gzip compression algorythm. I've downloaded Mame and took the new chdman.exe file but my .bat file script doesn't work anymore. Can anyone help me and guide me on how to batch convert to CHD with the new chdman? Current (OLD) code in the batch file: for /r %%x in (*.cue) do chdman -createcd "%%x" "%%x.chd" Thanks a lot! Quote Link to comment Share on other sites More sharing options...
cZ8tL Posted February 14, 2018 Share Posted February 14, 2018 for %%i in (*.cue) do chdman.exe createcd -i "%%i" -o "%%~ni.chd" Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.