How to use pkzip in uipath

Hello guys,
I want to use pkzip in UiPath, but i do not know how to use it, invoke method or invoke power shell? so please give me some advises ,thanks

@Chen-Jim

first install the application that is needed to extract that type of file…then can use powershell to call the application with the required file

cheers

Hi Anil,
Thanks for your reply.
I have already installed the PKzip software, as shown in the following image
pkp
If using invoke power shell, how to fill in CommandText and Parameters.
Thank you!

@Chen-Jim

Explore cmd here

https://pirlwww.lpl.arizona.edu/resources/guide/software/pkzip.html#extract

cheers

Thank you for providing the reference article.
I tried to write a command, but encountered an error. Could you please help me take a look. Thanks
キャプチャ

@Chen-Jim

First did you try directly with cmd?

Cheers

When I use the cmd command, it shows that it is not recognized

@Chen-Jim

What I mean is did you try the command first in command prompt?

Cheers

Yes, I have tried, but it was not recognized.

@Chen-Jim

first try in command prompt to make it proper…then use the same in UiPath…if it fails in command prompt then there is something wrong that we are doing

cheers