Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cd %~dp0
- set chdman_cmd=full_path_to_your_chdman
- for %%A in (%*) do %chdman_cmd% extractraw -i %%A -o %%~nA.iso && del %%A
- for %%A in (%*) do %chdman_cmd% createcd -i %%~nA.iso -o %%~nA.chd && del %%~nA.iso
- exit
Advertisement
Add Comment
Please, Sign In to add comment