1
Support and Feedback / Custom commands and archives
« on: April 23, 2017, 17:26:13 »
Hi all,
MultiCommander allows to open archives directly in panel (using virtual filesystem plugins).
When you go into archive and open some file there - MultiCommander automatically unpacks that, and associated program is able to process that.
But when I try to perform my User Defined command on any file inside of archive - MultiCommander doesn't unpack that file automatically.
Below is example of my External command which I try to perform on any file inside of ZIP-archive. MultiCommander doesn't unpack "${focusfilepath}" when I run it.
Thank you in advance for any suggestions.
MultiCommander allows to open archives directly in panel (using virtual filesystem plugins).
When you go into archive and open some file there - MultiCommander automatically unpacks that, and associated program is able to process that.
But when I try to perform my User Defined command on any file inside of archive - MultiCommander doesn't unpack that file automatically.
Below is example of my External command which I try to perform on any file inside of ZIP-archive. MultiCommander doesn't unpack "${focusfilepath}" when I run it.
Code: [Select]
"C:\Program Files (x86)\Microsoft VS Code\Code.exe" "${focusfilepath}"
Thank you in advance for any suggestions.