PDA

View Full Version : Help with editing unpack.bat


Rainiu
03-02-2022, 21:59
Hi, I want to know how to edit the unpack.bat so it can unpack everything in the folder with the extension bin instead of needing a specific name.
for example Data1.bin.
Thanks.

Masquerade
04-02-2022, 00:20
for %%f in (*.bin) do arc x -dpUnpacked "%%f"

Rainiu
04-02-2022, 18:15
Thanks!

Rainiu
06-03-2022, 13:26
How do I edit so that they unpack themselves to the directory itself instead of into the unpacked folder?

:( Sad8669
06-03-2022, 21:03
Replace "./unpacked" with "%cd%"