Paste as a Zip file

Avatar
  • updated
  • Completed

Copy all the files/folders and paste in a 7-zip archive.

Avatar
Martin

BTW: Please enable tooltips for abbreviated `{name}` items within PasteMenu.ini

Avatar
Code Sector
Quote from tray mark

How do you use the Teracopy command line to access the output to zip?  I know about the paste menu, but how does that work with the passing the parameters in the Teracopy command line?  Thank you.

[3]

title=Create zip archive "{name}.zip"

path=C:\Program Files\7-Zip\7zG.exe

copy=

cut=

parameters=a -tZip "{target}\{name}.zip" @"{list}"

Paste menu can create a file list that can be used in TeraCopy and other apps. Please let me know what are you trying to achieve.

Avatar
tray mark

How do you use the Teracopy command line to access the output to zip?  I know about the paste menu, but how does that work with the passing the parameters in the Teracopy command line?  Thank you.

[3]

title=Create zip archive "{name}.zip"

path=C:\Program Files\7-Zip\7zG.exe

copy=

cut=

parameters=a -tZip "{target}\{name}.zip" @"{list}"

Avatar
Code Sector
  • Completed