PDA

View Full Version : Help To Extract Archives


ravikant
07-06-2020, 02:11
So basically i compressed a file with ultraarc [LOLZ+SREP] method now how will i extract them using a batch file anyone lead me to a nice tutorial so i can understand it.

My current folder structure
Setup/
data.bin
setup.bat
arc.exe

st0rm
07-06-2020, 02:38
"arc.ini" must be in there too...

KaktoR
07-06-2020, 02:56
arc.exe x -w.\ -dpunpacked\ data.bin

Make sure arc.ini, cls.ini and all unpack files (srep/lolz) are next to arc.exe.

ravikant
07-06-2020, 02:59
What must be written in arc.ini file