QUOTE(crwys @ Aug 14 2010, 12:14 AM) <{POST_SNAPBACK}>
Whenever I do "dlcunpack *.bin" it just reads one file then stops. Anything I'm doing wrong?
This is the exactly line u need to type on cmd:
for %%f in (*.bin) do dlcunpack %%f
Or create a file txt and write:
for %%f in (*.bin) do dlcunpack %%f
Then save the file and rename the extension .bat and open the file once is .bat



Find content
Not Telling
Display name history



