View Single Post
  #5  
Old 30-05-2008, 02:39
nando2002 nando2002 is offline
Die Hard Member
 
Join Date: Apr 2007
Location: Portugal
Posts: 431
Thanks: 0
Thanked 2 Times in 2 Posts
nando2002 is on a distinguished road
Quote:
Originally Posted by megalodon View Post
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.
Reply With Quote