Why "zipfromlist" command not listed in Totalcmd.i

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
ts4242
Power Member
Power Member
Posts: 2081
Joined: 2004-02-02, 20:08 UTC
Contact:

Why "zipfromlist" command not listed in Totalcmd.i

Post by *ts4242 »

Why "zipfromlist" command not listed in Totalcmd.inc file under "Commands with parameter" category?
User avatar
petermad
Power Member
Power Member
Posts: 16144
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

What is the number of that command ?
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
Clo
Moderator
Moderator
Posts: 5731
Joined: 2003-12-02, 19:01 UTC
Location: Bordeaux, France
Contact:

Who knows ?

Post by *Clo »

2petermad

:) Hello Peter !

• That number is not specified in the “Change buttons” dialogue, the only place where it's mentioned in the Help…

• Checking the list of commands with parameters, it seems that -1 is not assigned, so it could be that?
- Only the Author knows… :roll:

• Aside, I confess that for > a decade, I never used it ! :P

:mrgreen: FR
Claude
Clo
#31505 Traducteur Français de TC French translator Aide en Français Tutoriels Français English Tutorials
User avatar
petermad
Power Member
Power Member
Posts: 16144
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

2Clo
the only place where it's mentioned in the Help
Thanks - found it - never used it either.

2ts4242

I agree, that should be included in the "commands with parameters" section.
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50923
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

I will consider it for TC 7.5 (it requires translation).
Author of Total Commander
https://www.ghisler.com
User avatar
eugensyl
Power Member
Power Member
Posts: 564
Joined: 2004-06-03, 18:27 UTC
Location: România
Contact:

Post by *eugensyl »

ghisler(Author) wrote:I will consider it for TC 7.5 (it requires translation).
Please consider this...
My Best Wishes,

Eugen
Hurdet
Power Member
Power Member
Posts: 716
Joined: 2003-05-10, 18:02 UTC

Post by *Hurdet »

Still "zipfromlist" command not listed in Totalcmd.inc file under "Commands with parameter" category?
It has a code is not documented?
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50923
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

It's currently only documented in the help:

5. With the command zipfromlist, you can create a zip file from a list of files. The command field must contain the zip file name, and the parameters field the name of the list file. The list file must contain a list of files to be packed, one file per line.
Author of Total Commander
https://www.ghisler.com
User avatar
nsp
Power Member
Power Member
Posts: 1954
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Post by *nsp »

ghisler(Author) wrote:It's currently only documented in the help:

5. With the command zipfromlist, you can create a zip file from a list of files. The command field must contain the zip file name, and the parameters field the name of the list file. The list file must contain a list of files to be packed, one file per line.
You should also add that zipfromlist do not accept quote for the target zip file name. i.e.

Code: Select all

cmd=zipfromlist "C:\I want to Set spaces\zip from list.zip"
This is not working the message state that file cannot be found !

Code: Select all

cmd=zipfromlist C:\I want to Set spaces\zip from list.zip
Create the zipfile at the correct place but it is not a very standard way to pass a parameter.
It should be probably enhanced or removed....
User avatar
petermad
Power Member
Power Member
Posts: 16144
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

but it is not a very standard way to pass a parameter.
I agree :roll:
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Post Reply