I want to extract a certain file from the txtz file to certain folder. I create this cmd file with only one line, and it works (drag and drop or open-with in Windows Exlorer)
Code:
"C:\Program Files\7-Zip\7z.exe" e %1 -o"D:\Temp" file-to-extract -y
However, the "Open with" action in this Plugin (with binarypath being the path to the cmd file) doesn't do anything.
Please help me to config the ActionChain to make it work.
At present, my work around is
1) In Windows, set the cmd file as "default app" to open txtz file (which I don't really like)
2) In Acction Chain, use "Open with default app".
This is not a good solution, I think.