is there a way to send files selected to z-zip portable?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
giuliastar
Posts: 365
Joined: 14 Sep 2013 07:22

is there a way to send files selected to z-zip portable?

Post by giuliastar »

hi
i have found this script
viewtopic.php?f=7&t=19466&p=162716&hilit=7+zip#p162716

and it works pefectly on the installation version of 7-zip
but i use often on a usbstick xyplorer portable and 7-zip portable

is there a way to send selected files/folder to z-zip portable?
thanks

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: is there a way to send files selected to z-zip portable?

Post by highend »

Execute this from the address bar:

Code: Select all

help "idh_variables.htm";
One of my scripts helped you out? Please donate via Paypal

giuliastar
Posts: 365
Joined: 14 Sep 2013 07:22

Re: is there a way to send files selected to z-zip portable?

Post by giuliastar »

highend wrote:Execute this from the address bar:

Code: Select all

help "idh_variables.htm";
hi
well i have tried several command line to 7-zip portable without luck
and yes i have read the help before asking

i have tried with
openwith """C:\7-ZipPortable1801\7-ZipPortable.exe""<curitem>"
with <curitempath> , <curname> & <items>
thanks
Last edited by giuliastar on 18 Oct 2018 16:55, edited 1 time in total.

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: is there a way to send files selected to z-zip portable?

Post by highend »

And you didn't find the necessary variable in that section? Then maybe you should read it again because it's there...
One of my scripts helped you out? Please donate via Paypal

giuliastar
Posts: 365
Joined: 14 Sep 2013 07:22

Re: is there a way to send files selected to z-zip portable?

Post by giuliastar »

highend wrote:And you didn't find the necessary variable in that section? Then maybe you should read it again because it's there...
hi
i have tried all the above command lines , but z-zip portable try to open the file
and xyplorer doesn't send the list to 7-zip portable

i try to send to 7-ZipPortable.exe and not to 7zG.exe
seeing i use the portable of 7-zip

thanks

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: is there a way to send files selected to z-zip portable?

Post by highend »

Then that .exe probably doesn't forward any command line parameters and only invokes 7-zip's gui...

In the .\App\7-Zip subfolder is 7zG.exe, why don't you use that instead?
One of my scripts helped you out? Please donate via Paypal

giuliastar
Posts: 365
Joined: 14 Sep 2013 07:22

Re: is there a way to send files selected to z-zip portable?

Post by giuliastar »

highend wrote:Then that .exe probably doesn't forward any command line parameters and only invokes 7-zip's gui...

In the .\App\7-Zip subfolder is 7zG.exe, why don't you use that instead?
hi
because i use on not my computer
and i need a portable version that does leave any keys of files

thanks

highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: is there a way to send files selected to z-zip portable?

Post by highend »

Then get the command line version of 7-Zip
https://www.7-zip.org/a/7z1805-extra.7z

and use that or delete the registry key structure HKCU\Software\7-Zip
after each invokation when using 7zG.exe...
One of my scripts helped you out? Please donate via Paypal

RalphM
Posts: 1935
Joined: 27 Jan 2005 23:38
Location: Cairns, Australia

Re: is there a way to send files selected to z-zip portable?

Post by RalphM »

giuliastar wrote:i have tried with
openwith """C:\7-ZipPortable1801\7-ZipPortable.exe""<curitem>"
That "C:\..." certainly doesn't look like you're trying to use a portable version of 7-zip (sitting on the same usb stick as your portable XY).
Ralph :)
(OS: W11 22H2 Home x64 - XY: Current beta - Office 2019 32-bit - Display: 1920x1080 @ 125%)

giuliastar
Posts: 365
Joined: 14 Sep 2013 07:22

Re: is there a way to send files selected to z-zip portable?

Post by giuliastar »

RalphM wrote:
giuliastar wrote:i have tried with
openwith """C:\7-ZipPortable1801\7-ZipPortable.exe""<curitem>"
That "C:\..." certainly doesn't look like you're trying to use a portable version of 7-zip (sitting on the same usb stick as your portable XY).
hi
the "C:\... is because i was tring to do some tests
thanks

Post Reply