Created
July 30, 2022 02:39
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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