01-08-2015, 08:18 PM
It's a command-line program. If you don't know how to use such programs then you can use this batch script:
Put that in a .bat file. Put your files in a subfolder called "compressed", run the script, and it should output them in a folder called "compressed_dec".
Code:
DSDecmp -d compressed
Put that in a .bat file. Put your files in a subfolder called "compressed", run the script, and it should output them in a folder called "compressed_dec".