Quote:
Originally Posted by megalodon
how can i use iscab by mondragon? i'm not expert with this program.
|
Simple:
to get the list of files (needed for other commands work) you write:
iscab data1.cab -l -i"files.ini"
to extract files from inside the cabs you write:
iscab data1.cab -x -i"files.ini"
to remove files from the cab (carefull - a modified layout.bin may be needed) you write:
iscab data1.cab -r -i"files.ini"
that's all.
have fun.