View Single Post
  #13  
Old 03-02-2022, 05:16
Masquerade Masquerade is online now
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by fabrieunko View Post
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
Reply With Quote