
03-02-2022, 05:16
|
|
Registered User
|
|
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
|
|
Quote:
Originally Posted by fabrieunko
Code:
for /f "tokens=*" %%i in ('dir /b /s /a *.wem') do cd.>"%%i"
quickbms -w -r unreal.bms pakchunk0-WindowsNoEditor.pak tmp
Hello masquerade, when I use this command, windows gives me an error: %% was unexpected
|
Swap %%i to %i
|