Page 1 of 1
is there a way to send files selected to z-zip portable?
Posted: 18 Oct 2018 08:48
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
Re: is there a way to send files selected to z-zip portable?
Posted: 18 Oct 2018 09:29
by highend
Execute this from the address bar:
Re: is there a way to send files selected to z-zip portable?
Posted: 18 Oct 2018 16:43
by giuliastar
highend wrote:Execute this from the address bar:
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
Re: is there a way to send files selected to z-zip portable?
Posted: 18 Oct 2018 16:45
by highend
And you didn't find the necessary variable in that section? Then maybe you should read it again because it's there...
Re: is there a way to send files selected to z-zip portable?
Posted: 18 Oct 2018 16:58
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
Re: is there a way to send files selected to z-zip portable?
Posted: 18 Oct 2018 17:11
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?
Re: is there a way to send files selected to z-zip portable?
Posted: 18 Oct 2018 17:15
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
Re: is there a way to send files selected to z-zip portable?
Posted: 18 Oct 2018 17:23
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...
Re: is there a way to send files selected to z-zip portable?
Posted: 19 Oct 2018 05:57
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).
Re: is there a way to send files selected to z-zip portable?
Posted: 19 Oct 2018 07:24
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