Skip to content

Instantly share code, notes, and snippets.

@BenMcLean
Created July 30, 2022 02:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BenMcLean/bf6bd617b01dd96b223aa1714c3f737d to your computer and use it in GitHub Desktop.
Save BenMcLean/bf6bd617b01dd96b223aa1714c3f737d to your computer and use it in GitHub Desktop.
Drag and drop .cue files of CD images to compress to .chd using chdman.exe from https://github.com/umageddon/namDHC
@ECHO OFF
cd %~dp0
chdman.exe createcd -i %1 -o "%~n1.chd"
@PAUSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment