| View previous topic :: View next topic |
| Author |
Message |
dekiblue Junior Member

Joined: 30 Sep 2010 Posts: 15
|
Posted: Mon Jun 11, 2012 12:06 pm Post subject: 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 |
|
| Back to top |
|
 |
Ambaquista Junior Member


Joined: 27 May 2005 Posts: 26 Location: Luanda, Angola
|
Posted: Mon Jun 11, 2012 12:55 pm Post subject: |
|
|
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 |
|
| Back to top |
|
 |
dekiblue Junior Member

Joined: 30 Sep 2010 Posts: 15
|
Posted: Mon Jun 11, 2012 2:02 pm Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
Hacker Moderator


Joined: 06 Feb 2003 Posts: 9108 Location: Bratislava, Slovakia
|
Posted: Mon Jun 11, 2012 2:47 pm Post subject: |
|
|
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. |
|
| Back to top |
|
 |
dekiblue Junior Member

Joined: 30 Sep 2010 Posts: 15
|
Posted: Tue Jun 12, 2012 1:57 pm Post subject: |
|
|
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 |
|
| Back to top |
|
 |
robinsiebler Senior Member


Joined: 05 Mar 2003 Posts: 449
|
|
| Back to top |
|
 |
Hacker Moderator


Joined: 06 Feb 2003 Posts: 9108 Location: Bratislava, Slovakia
|
Posted: Tue Jun 12, 2012 3:12 pm Post subject: |
|
|
dekiblue,
| Quote: | | Any idea how to make a command with 7zip and parameters? |
Well, something along the lines of:
| Code: | 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 _________________ 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.
Last edited by Hacker on Thu Jun 14, 2012 4:03 pm; edited 1 time in total |
|
| Back to top |
|
 |
dekiblue Junior Member

Joined: 30 Sep 2010 Posts: 15
|
Posted: Thu Jun 14, 2012 5:54 am Post subject: |
|
|
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. |
|
| Back to top |
|
 |
|