|
|
|
#1
|
|||
|
|||
|
How can we use oggenc on .iwd files. can u please share the info.
|
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
This ones for Decompressing . ogg to .wav, you can also use this code to compress .wav files. for /R main %%i in (*.ogg) do oggdec.exe -Q "%%i" This one to only delete files with same extension like .ogg del /f /q /s engine\*.ogg >nul After restoring the wav files, this code will compress the folder back to .iwd file, just replace iw_15 to the files you extracted, and you have to copy the entire code below for each .iwd file you restore, and after restoration this code will automatically delete the folder as well cd iw_15 ..\zip a -tzip -r iw_15.iwd -mx1 move iw_15.iwd .. cd .. del /f /q /s iw_15\*.* rd /q /s iw_15 Have Fun. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Games Are For Kids | JoyBoy | Chit Chat | 83 | 16-11-2021 14:28 |
| CorePack Compression methods ? Help | ramazan19833 | Conversion Tutorials | 34 | 09-08-2018 06:51 |
| i got the email in the mail about copying ps2 games | EVOEvo | PS2 Games | 7 | 21-11-2003 07:56 |
| Self-booting games on an older Japanese DC? | Named | DC Games | 1 | 26-09-2003 17:48 |
| Having Problems Burning Numerous *Recent* Games....Help is Appreciated | Protosstic | PSX Games | 2 | 15-01-2002 21:27 |