View Single Post
  #12  
Old 03-02-2022, 00:32
fabrieunko fabrieunko is offline
Registered User
 
Join Date: Sep 2021
Location: france
Posts: 217
Thanks: 514
Thanked 78 Times in 71 Posts
fabrieunko is on a distinguished road
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
Reply With Quote