pack \ unpack default target? and then some..

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
TRSyntax
Junior Member
Junior Member
Posts: 57
Joined: 2008-04-22, 03:52 UTC

pack \ unpack default target? and then some..

Post by *TRSyntax »

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?
User avatar
Xnor
Junior Member
Junior Member
Posts: 80
Joined: 2009-04-17, 10:55 UTC

Post by *Xnor »

for universal extractor I've got 4 buttons

-other panel (target)
%P%N "%T"
-other panel in new folder (should be named like the archive)
%P%N "%T\%O"

-same panel as archive
%P%N "%P"
-same panel as archive in new folder (should be named like the archive)
%P%N "%P\%O"
#201591 Single user licence
TRSyntax
Junior Member
Junior Member
Posts: 57
Joined: 2008-04-22, 03:52 UTC

Post by *TRSyntax »

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 :P

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?
User avatar
Xnor
Junior Member
Junior Member
Posts: 80
Joined: 2009-04-17, 10:55 UTC

Post by *Xnor »

SyDoX wrote:do you know if its possible to make the cmd window silent? and how i could achieve that?
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: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 I'm right it's not possible.
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"
for more details look into 7z's help-file
#201591 Single user licence
Post Reply