Extract Here Shortcut
Moderators: Hacker, petermad, Stefan2, white
Extract Here Shortcut
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
Is that possible?
Thanks
Deki
- Ambaquista
- Junior Member
- Posts: 68
- Joined: 2005-05-27, 11:11 UTC
- Location: Luanda, Angola
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.
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
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.
- robinsiebler
- Senior Member
- Posts: 460
- Joined: 2003-03-05, 21:04 UTC
You might find this useful - http://www.ghisler.ch/board/viewtopic.php?t=34516&highlight=associations
Robin L. Siebler
Personal License #13949
------------------------------
"Bother", said Pooh, as he deleted Windows
Personal License #13949
------------------------------
"Bother", said Pooh, as he deleted Windows
dekiblue,
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
Well, something along the lines of:Any idea how to make a command with 7zip and parameters?
Code: Select all
Command: c:\your\path\to\7za.exe
Parameters: x "%N" "-o%P"
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.