Jump to content
Sign in to follow this  
megagoth1702

WSSDecoder.exe - how to decode a batch of wss files at once?

Recommended Posts

Hey guys,

WSSDecode.exe's own documentary says, that there is a way to let it decode multiple WSS files at once.

pKx2bzM.jpg

But how? I am a noob at cmd commands but I guess I will have to learn in order to use these tools properly. I tried:

dewssdos "path\to\wss\files" "path\where\to\put\wav\files" but it does nothing. I thought it would decode all wss files in that folder.

Please help me out here guys.

Thanks in advance!

Edited by megagoth1702

Share this post


Link to post
Share on other sites

Got it. Create a cmd batch file and do this:

forfiles /p "PathTO\WSSFiles" /s /m *.wss /c "cmd /c dewssdos -P @file"

Or EVEN BETTER:

http://forums.bistudio.com/showthread.php?186292-WavToWss-select-multiple-files-quot-send-to-quot-and-it-encodes-them-ALL&p=2832551

Edited by megagoth1702

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×