Thread: csl6000.src
View Single Post
  #2 (permalink)  
Old 06-03-2009, 05:53 PM
Andreas Huennebeck
Guest
 
Posts: n/a
Default Re: csl6000.src

yakov wrote:

> I can't extract files from csl6000.src
>
>> ar6x.exe x csl6000.src
>> --> error: 'csl6000.src' is not an archive

>
> Could you give me a hint


ar6x -h

explains how to use it.

ar6x -t csl6000.src

gives a list of all contained files. Then extract the files you need with

ar6x -x csl6000.src <file> [<file>, ...]

or extract all files with

ar6x -x csl6000.src

At least it works like this here on my Linux workstation.

bye
Andreas
--
Andreas Hünnebeck | email: [email protected]
----- privat ---- | www : http://www.huennebeck-online.de
Fax/Anrufbeantworter: 0721/151-284301
GPG-Key: http://www.huennebeck-online.de/public_keys/andreas.asc
PGP-Key: http://www.huennebeck-online.de/publ...gp_andreas.asc

Reply With Quote