Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
cd_image_formats [2020/07/13 19:14] – [Create CHD] ordovicecd_image_formats [2020/08/09 21:24] lala
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: 19 months ago
  • by atari