hi !
I have a folder which contents a lot of subfolders ,and those folders have tons of BK2 files.
I need to pack those BK2 files (BPK) one by one ,named as the original ones ,but with .arc extension(in the same subfolder!) ,because some of them cant be processed as BINK.
Selecting/looking for them one by one makes my crazy,time consuming ,etc.
And of course i cant write the code in batch. Im too lame
How can i execute this line in batch ?
arc.exe a -i2 -r -mbpk 1.arc 1.bk2
Anyone can help me ?