Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
cd_image_formats [2020/02/20 21:22] lalacd_image_formats [2020/08/09 21:24] lala
Line 19: Line 19:
  
 <code> <code>
-for %i in (*.chd) do extractcd -i "%i" -o "%~ni.cue"+for %i in (*.chd) do chdman extractcd -i "%i" -o "%~ni.cue"
 </code> </code>
  
Line 26: Line 26:
 #!/bin/bash #!/bin/bash
 for cueFile in *.cue; do for cueFile in *.cue; do
-    echo "Converting ${gameName}..." +    echo "Converting ${cueFile}..." 
-    chdman createcd -i "$cueFile" -o "${cueFile%.*}.chd"+    chdman createcd -i "${cueFile}" -o "${cueFile%.*}.chd"
 done done
 echo "All done." echo "All done."
  • cd_image_formats.txt
  • Last modified: 18 months ago
  • by atari