Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch file to auto-process wem to ogg conversion #4

Open
theitguyfromny opened this issue Jan 22, 2019 · 0 comments
Open

Batch file to auto-process wem to ogg conversion #4

theitguyfromny opened this issue Jan 22, 2019 · 0 comments

Comments

@theitguyfromny
Copy link

Simple (and tested)...

After you save all .wem files to a folder, also move the ww2ogg.exe and packed_codebooks_aoTuV_603.bin files to that same folder. Then create a BATCH file with this one line:

for /r %%i in (*) do (ww2ogg %%i --pcb packed_codebooks_aoTuV_603.bin)

From a command-line, move to the folder and run the batch file. When done, all the .wem files will have .ogg versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant