Closed GoogleCodeExporter closed 9 years ago
Make sure you convert the DST to DSD using the -c option.
Original comment by mr_wic...@hotmail.com
on 23 Feb 2012 at 9:01
If I use this command in my batch file, the sacd_extract.exe starts to extract
and after one second it crashes:
FOR /F "tokens=*" %%k IN ('dir /b *.iso') DO "Programs/sacd_extract.exe" -c
-i"%%k"
Original comment by kurt1...@gmx.net
on 23 Feb 2012 at 6:15
Solved!
Using 0.3.6 Win32 of sacd_extract with this command works:
FOR /F "tokens=*" %%k IN ('dir /b *.iso') DO "Programs/sacd_extract.exe" -c -P
-2 -p -i"%%k"
Original comment by kurt1...@gmx.net
on 23 Feb 2012 at 8:12
Original issue reported on code.google.com by
kurt1...@gmx.net
on 23 Feb 2012 at 8:26