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