WSSDecoder – Talk

From Bohemia Interactive Community
Revision as of 23:55, 17 February 2015 by Hatchet Harry (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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}