WSSDecoder – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search

How to decode recurse directories with powershell: P:\a3\sounds_f> get-childitem "" -Recurse | where {$_.extension -eq ".wss"} | Foreach {P:\Audio\WSSDecoder.exe $_.fullname}