Command line /L=a.zip: will not open path inside zip, why?

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
artt
Junior Member
Junior Member
Posts: 52
Joined: 2009-05-03, 07:03 UTC

Command line /L=a.zip: will not open path inside zip, why?

Post by *artt »

This command is not going to path inside archive:

Code: Select all

C:\TC\TOTALCMD.EXE /O /T /L="c:\tmp\acc.zip\data\config\default\"
did i miss something?
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50549
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Sorry, this isn't supported. TC cannot know where the name ends and the path inside the zip starts.
Author of Total Commander
https://www.ghisler.com
User avatar
artt
Junior Member
Junior Member
Posts: 52
Joined: 2009-05-03, 07:03 UTC

Post by *artt »

Thanks ghisler
Best Regards
User avatar
artt
Junior Member
Junior Member
Posts: 52
Joined: 2009-05-03, 07:03 UTC

Post by *artt »

@ghisler
I found something interesting!
I opened the path inside the archive "c:\tmp\acc.zip\data\config\default\" normally and then save the tabs order to the file "d:\test.tab".
Then i load the tabs order from the saved file "d:\test.tab" and the path inside the archive "c:\tmp\acc.zip\data\config\default\" opened ok!
User avatar
Stefan2
Power Member
Power Member
Posts: 4281
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Post by *Stefan2 »

2artt, yes, because you had known the path
and then you told TC to use this info and go there.

You, as an human being, can see/guess the path.
TC as software, depending on logical structures, can't that simple working.

 
Ghisler wrote:TC cannot know where the name ends and the path inside the zip starts.
Post Reply