Code: Select all
cd path_to_root
for /R %%f in (*.bnd) do (
"C:\your binder directory\Bindertool.exe" "%%f"
)
Run this script on your extracted dlc folders. It will decrypt every bnd files on that directory.
Code: Select all
cd path_to_root
for /R %%f in (*.bnd) do (
"C:\your binder directory\Bindertool.exe" "%%f"
)