Jump to content
Muxe Inc Forums
Sign in to follow this  
Elfy

Can't unpack archive (Shift-F2)

Recommended Posts

Elfy    0

063 [a]

pkzip25

 

[ZIP]

UseLFN=1

ListChar=@

BestCompression=-lev=9

GoodCompression=-lev=8

NormalCompression=-lev=6

FastCompression=-lev=4

FastestCompression=-lev=2

StoreCompression=-lev=0

Solid=

RecoveryRecord=

SFX=

ForceMode=

ExcludePaths=-dir=none

IncludePaths=-dir

Test=-test -nozip

Delete=-delete -nozip

Garble=-s

Move=-add -move

Add=-add

ExtractWithPathnames=-extract -dir -nozip

Extract=-extract -nozip

Unpacker=PKZIP25.EXE

Packer=PKZIP25.EXE

 

I'm trying to extract archive

"C:\Temp\E-books\richter\HTML\examp\14-VMMap.zip"

w/ pathnames to "C:\" by Shift-F2 on it.

 

"PKZIP: (E4) Unknown or illegal option -"

 

After substitute unpacker by batch file...

(where are this damned option "EchoToBat"??!)

 

echo %1 %2 %3 %4 %5 %6 %7 %8 %9

pause

 

...we can see command line

"-extract - C:\Temp\E-books\richter\HTML\examp\14-VMMap.zip"

 

P.S. After these experiments ndn removed archiver.ini at all :-\

Share this post


Link to post
Share on other sites

hi nick!

 

After substitute unpacker by batch file...

(where are this damned option "EchoToBat"??!)

 

external files are always executed via batch file

the option echotobat was replaced by Configuration.Interface.DontEchoExternalCommands

and only inserts @ECHO OFF to the batch file

 

the problem itself was easy to fix

 

thanks again

Stefan/AH

Share this post


Link to post
Share on other sites
Elfy    0

>external files are always executed via batch file

 

I know

 

>the option echotobat was replaced by Configuration.Interface.>DontEchoExternalCommands

>and only inserts @ECHO OFF to the batch file

 

This option is off. But there are no echo.

 

... And I can't find temp file :-\ Where is it?

Share this post


Link to post
Share on other sites

hi again!

 

i forgot to add that archive operations are not treated as 'external files' so they dont use a batch file

(i only commented ther echo to bat option...)

 

i will add an option so users can see the archive string, ok?

 

Stefan / AH

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×