emoose / re4-research

Various tools & modding research for Resident Evil 4
BSD 3-Clause "New" or "Revised" License
35 stars 4 forks source link

LFS tool usage #8

Open Mister-Curious opened 2 years ago

Mister-Curious commented 2 years ago

For those wanting to decompress an entire directory:

FOR /r %%X IN (*.lfs) DO (
    "C:\path\to\re4lfs.exe" -f "%%X"
)