Execute process task to unzip a password protected file

Hello,
In SSIS, I am using ExecuteProcessTask to unzip a zip file which is password protected.
The project is set to use 64bit

Have I got the parameters set correctly, because the unzip does not work? When I run this task, the winzip window comes up but nothing else happens. The task just keeps on running...

Executable:
C:\Program Files\WinZip\WINZIP64.EXE

Arguments:
-min -e -o -sPASSWORDNO \WORK\1. Data\ZIPDirectory\FILENAME 2000.zip \WORK\1. Data

Working Directory:
\WORK\1. Data