hi all. ages since last time but im a little stuck here.
so i've searched the forum, read as much as a human bothers before getting tierd of such, and now i am here with QUESTIONS;
as the subject indicates i am wondering if there is any way to set the default target when using tc intern pack / unpack dialog? i am REALLY getting tierd of choosing this manually. since i've ditched my dear old 7-zip im only left with this option.
plugins, alternatives, solutios? gimme gimme
;---------
and than there is this.. if i want to use lets say, universal extractor with cmd line parameters as a tc button.. what do i use in parameter section to send 'selected file name' to uniextract.exe?
uniextract parameters: Uniextract.exe [/help | /prefs] [filename [destination]]
"passing /sub instead of a destination directory name instructs universal extractor to extract to subdirectory named after the directory"
what i want;
command: %portable%\uniextract.exe
parameters: %1 /sub
that! do tc have such a variable?
pack \ unpack default target? and then some..
Moderators: Hacker, petermad, Stefan2, white
thanks xnor
that did the trick!
do you know if its possible to make the cmd window silent? and how i could achieve that?
i've never been much of a panel user when extracting \ packing, but now i see that is how i change default extract \ pack target with ease
some things are so simple i just can't figure them out :\
;---------
edit:
one more thing.. i use 'cm_PackFiles' with 7z wcx to pack filles. is it possible to have it pack files in same panel with same name as parent folder in 7z format automaticly with the right parameters?

do you know if its possible to make the cmd window silent? and how i could achieve that?
i've never been much of a panel user when extracting \ packing, but now i see that is how i change default extract \ pack target with ease

some things are so simple i just can't figure them out :\
;---------
edit:
one more thing.. i use 'cm_PackFiles' with 7z wcx to pack filles. is it possible to have it pack files in same panel with same name as parent folder in 7z format automaticly with the right parameters?
Thats not possible. Universal extractor doesn't have parameters for that. And since the author doesn't really support the software anymore, there won't be such option in the future i guess. You have to live with that.SyDoX wrote:do you know if its possible to make the cmd window silent? and how i could achieve that?
If I'm right it's not possible.SyDoX wrote:one more thing.. i use 'cm_PackFiles' with 7z wcx to pack filles. is it possible to have it pack files in same panel with same name as parent folder in 7z format automaticly with the right parameters?
If you're packing folders. You could download 7z and use the command line parameters with a button to pack a folder in the same panel.
should be something like (not tested)
Code: Select all
7z.exe a %P\%O.7z "%P\%O"
#201591 Single user licence