Copy one file (the same) to multiple .zip archives

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
smoldan1974
New Member
New Member
Posts: 1
Joined: 2023-07-07, 07:03 UTC

Copy one file (the same) to multiple .zip archives

Post by *smoldan1974 »

Currently, this is a "manual" process whereby I have to copy or drag the file into every .zip archive. Is there a (smarter) way to get the same file added to all/multiple .zip archives?

Thanks in advance!
hi5
Power Member
Power Member
Posts: 637
Joined: 2012-11-03, 11:35 UTC
Contact:

Re: Copy one file (the same) to multiple .zip archives

Post by *hi5 »

I would create a batch file that does this for you which you can then call with a button and pass on:
1. the selected file you want to copy (source) to the archive(s)
2. the selected target archives, of if they are always the same you only have to pass on the source file

You can use the 7z command line version https://www.7-zip.org/download.html if you can't install 7zip itself.

See help file for parameters you can use with buttons https://www.ghisler.ch/wiki/index.php?title=Buttonbar#Special_parameters:
F4MiniMenu (Forum) - Open selected file(s) from TC in defined editor(s) - A (minimalistic) clone of F4Menu
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
Post Reply