Page 1 of 1

Path for compressed file

Posted: 2023-11-25, 19:39 UTC
by jl.correo
In the box to compress files it would be useful to have an option so that the compressed file stays in the same folder where the files are, instead of leaving the file in the folder in the other tab.

Re: Path for compressed file

Posted: 2023-11-25, 20:06 UTC
by Gral
Bind TC command "cm_PackFiles" to Ctrl+Alt+F5 what is equivalent to add such a line under
[Shortcuts] section

Code: Select all

CA+F5=cm_PackFiles
If you invoke packing with this shortcut, files will be packed into the current directory.

Re: Path for compressed file

Posted: 2023-11-25, 23:38 UTC
by Fla$her
Help wrote:Dialog box: Choose command

cm_PackFiles
    • T="target name": path and file name of the archive. Use T="" or T="." to pack to source directory with default name, or T="c:\path\." to pack to given path with default name.

Re: Path for compressed file

Posted: 2023-11-26, 08:43 UTC
by jl.correo
Thank you.