Small but annoying bug when zipping multiple files...

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
wanderer
Power Member
Power Member
Posts: 1640
Joined: 2003-03-28, 14:35 UTC
Location: Sol

Small but annoying bug when zipping multiple files...

Post by *wanderer »

Select some files and pack them with the following option ON: "create separate archives, one per selected file/dir"

TC, instead of creating "fileXXX.zip" zips, it creates "fileXXX.FileExtension.zip" zips. If you zip them one by one, it does not add the file extension in the name of the destination zip file...
- Wanderer -

¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Normally using latest TC on:
x32: WinXPx32 SP3 (very rarely nowadays).
x64: Clients/Servers - Win10/Win11 and Win2K16 to Win2K22, mainly Win10 though.
User avatar
nevidimka
Senior Member
Senior Member
Posts: 385
Joined: 2004-06-20, 21:38 UTC

Post by *nevidimka »

This behaviour is by design because there could be exist 2 files e.g. fileXXX.xls and fileXXX.doc.
You can change this behaviour editing (everytime) the "commandline":
from (double asterisks)

Code: Select all

zip:c:\*.*.ZIP
to (single asterisk)

Code: Select all

zip:c:\*.ZIP
The doorstep to the temple of wisdom is a knowledge of our own ignorance. Benjamin Franklin
User avatar
Sir_SiLvA
Power Member
Power Member
Posts: 3379
Joined: 2003-05-06, 11:46 UTC

Post by *Sir_SiLvA »

I would consider this as a bug but as a feature!

Because if you have the files (just a stupid example)
test.abc, test.def and test.ghi and pack them instead of
fileXXX.FileExtension.zip just fileXXX.zip
all files would be packed just into one zip ;-)

Edit: What nevidimka wrote is wrong - if you do like he tells you all files are packed into fileXXX.zip (one single file) :D

Edit2: If all files have the same name - otherwise nevidimka is correct ;-)
Hoecker sie sind raus!
User avatar
wanderer
Power Member
Power Member
Posts: 1640
Joined: 2003-03-28, 14:35 UTC
Location: Sol

Post by *wanderer »

Thank you both for your replies. This is indeed a feature but i wish it worked differently. Now i constantly create the zips and then mass-rename them. I wish TC didn't add the extension but if it found 2 files with the same name, it poped up a warning and gave you some options (rename, put all files in the same zip file, add file extensions to zip, cancel the whole process)... Anyway, i guess i'll just have to live with it. We can't have everything in life...

Edit: or perhaps an option in the INI file: AddFileExtensionToZipsWhenMultiZippingToSeparateZips=0 ! :)
- Wanderer -

¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Normally using latest TC on:
x32: WinXPx32 SP3 (very rarely nowadays).
x64: Clients/Servers - Win10/Win11 and Win2K16 to Win2K22, mainly Win10 though.
Post Reply