Thread: csl6000.src
View Single Post
  #3 (permalink)  
Old 06-03-2009, 08:15 PM
yakov
Guest
 
Posts: n/a
Default Re: csl6000.src

Andreas, thank you for help!

Which version of linux code generation tools do you use?

I've downloaded and tried recent 6.1.7 with same wrong result "is not a
archive"

Might it be that I have broken archive indeed

>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 nee

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