Hello,
I am using Execute process task to unzip a zip file and then move the unzipped file (.xlsx) to another location...
This is what I have but not sure why:
1- Excel file opens
2- file does not get transferred to destination
This is what I have:
Executable: C:\Program Files\WinZip\WINZIP64.EXE
Working Directory: c:\TempFiles\ZIP
Arguments: -min -e -o -s"password_12" "c:\tempFiles\ZIP\ZipFileName.zip" "c:\tempFiles" Any thoughts please?