Extract Here Shortcut

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
dekiblue
Junior Member
Junior Member
Posts: 30
Joined: 2010-09-30, 14:39 UTC

Extract Here Shortcut

Post by *dekiblue »

I've searched the forum but I can't find that anybody else asked this question: I'd like to have an icon in a button bar (and a keyboard shortcut) that will do the same as mouse right clicking on an compressed file and selecting Extract Here command. I know about cm_UnpackFiles but that command extracts to opposite panel and it puts out confirmation window that's most of the times for me unnecessary.

Is that possible?

Thanks

Deki
User avatar
Ambaquista
Junior Member
Junior Member
Posts: 68
Joined: 2005-05-27, 11:11 UTC
Location: Luanda, Angola

Post by *Ambaquista »

to dekiblue:

Open the zip file
Choose the file(s) to extract
Right click the mouse
Click "Copy..."
BackSpace (to delete the chosen destination, the opposite panel)
Click "OK"

...and the file(s) are copied to the same directory/panel of the zip file
dekiblue
Junior Member
Junior Member
Posts: 30
Joined: 2010-09-30, 14:39 UTC

Post by *dekiblue »

Ambaquista: thanks for your reply but that's not what I asked for. Let's say you have a rar file that you want to extract in the same folder. You have to right click the file, and select "Extract Here". I want to make a keyboard and button bar shortcut for that process so it can be performed with a single button bar click or a keyboard shortcut.
User avatar
Hacker
Moderator
Moderator
Posts: 13144
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

dekiblue,
Well, short of defining a command for an external packer and the %P%N and %P parameters, you can do the following steps (perhaps they are short enough):
Alt-F9, Delete, Enter.

HTH
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
dekiblue
Junior Member
Junior Member
Posts: 30
Joined: 2010-09-30, 14:39 UTC

Post by *dekiblue »

Hacker,
Thanks for your reply. As a keyboard shortcut it works fine.
Any idea how to make a command with 7zip and parameters?

Thanks,

Deki
User avatar
robinsiebler
Senior Member
Senior Member
Posts: 460
Joined: 2003-03-05, 21:04 UTC

Post by *robinsiebler »

Robin L. Siebler
Personal License #13949
------------------------------
"Bother", said Pooh, as he deleted Windows
User avatar
Hacker
Moderator
Moderator
Posts: 13144
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

dekiblue,
Any idea how to make a command with 7zip and parameters?
Well, something along the lines of:

Code: Select all

Command: c:\your\path\to\7za.exe
Parameters: x "%N" "-o%P"
Remember to clear the Start path parameter.
You can replace the "-o%P" with "-o*" to unpack into a subdir with the same name as the archive.
Not tested though.
Good luck.

HTH
Roman
Last edited by Hacker on 2012-06-14, 22:03 UTC, edited 1 time in total.
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
dekiblue
Junior Member
Junior Member
Posts: 30
Joined: 2010-09-30, 14:39 UTC

Post by *dekiblue »

robinsiebler: that's an interesting link, I'll have to set aside some time to check it out, thanks.

Hacker: that worked like a charm, Thanks.
Post Reply