WSSDecoder – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
(Exampe: Decode all WSS files in sounds_f)
(No difference)

Revision as of 23:54, 17 February 2015

PowerShell P:\a3\sounds_f> get-childitem "" -Recurse | where {$_.extension -eq ".wss"} | Foreach {P:\Audio\WSSDecoder.exe $_.fullname}