11-01-2010, 04:13 PM
You need to run it using the command line. The basic command is as follows:
This decompresses INFILE (or at least tries to decompress it), and saves the decompressed file in OUTFOLDER. You can also provide a folder in the place of INFILE, in which case it will try to decompress all files in that folder, and save the results in OUTFOLDER again. Not providing OUTFOLDER will make the decompressed file be saved in the same folder as the input file.
For a description of the other commands, do not provide any parameters (thus no INFILE nor OUTFOLDER).
Code:
DSDecmp INFILE OUTFOLDER
For a description of the other commands, do not provide any parameters (thus no INFILE nor OUTFOLDER).