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!
Copy one file (the same) to multiple .zip archives
Moderators: Hacker, petermad, Stefan2, white
-
- New Member
- Posts: 1
- Joined: 2023-07-07, 07:03 UTC
Re: Copy one file (the same) to multiple .zip archives
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:
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)
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)