Skip to main content
MutschlerHome Public Wiki
View All
Search
Shelves
Books
Log in
Info
Content
Create .CUE From .CHD ...
Page Revisions
Revision #850
Create .CUE From .CHD Files
chd2cue.bat
for /r %%i in (*.chd) do chdman extractcd -i "%%i" -o "%%~ni.cue" >> log
Back to top