Hi there.
I have a problem and I hope there is someone out there that might help out.
I am trying to unzip a file and put the unzipped file in a particular directory. I am using 7-zip in windows and I have been succesful in using this command by using the Windows command line tool (cmd.exe).
"C:\Program Files\7-Zip\7z.exe" e "-oC:\Temp\Outputdir" "C:\Temp\myzipfile.zip"
Outputdir is the name of the outputdirectory and myzipfile.zip is of course the zip-file in question.
I have tried many different combinations but haven't been able to unzip the file using the 'Run Command'-tool. Below is a picture of one of many versions I have tried.
I would very much appreciate if someone knows how to do this and could publish a solution to this problem. If possible I just wnat to use the 'Run Command'-tool and only use the configuration options that comes with it.
Thanks,
Andrée