Paste as a Zip file
Copy all the files/folders and paste in a 7-zip archive.
Copy all the files/folders and paste in a 7-zip archive.
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.
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}"