I have two files .zip.001 and .zip.002 - it is an encrypted file which I have the password for. When I right click Z7ip > Extract Files and enter the password it works fine and a .bak is created. I want to automate this process and create a batch file through command line. I have my .bat file in the same folder which reads 7z x *.zip.001 -oOUTPUTPATH -pMYPASSWORD here -
Result:
7-Zip 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
Processing archive: x.zip.001
No files to process
Files: 0
Size: 0
Compressed: 524288000
I tried following this tutorial but didn't get very far - all advice is welcomed
I have two files .zip.001 and .zip.002 - it is an encrypted file which I have the password for. When I right click Z7ip > Extract Files and enter the password it works fine and a .bak is created. I want to automate this process and create a batch file through command line. I have my .bat file in the same folder which reads 7z x *.zip.001 -oOUTPUTPATH -pMYPASSWORD here -
Result:
7-Zip 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
Processing archive: x.zip.001
No files to process
Files: 0
Size: 0
Compressed: 524288000
I tried following this tutorial but didn't get very far - all advice is welcomed
http://www.guidingtech.com/24662/automatically-extract-zip-files/
If there is space in OUTPUTPATH or MYPASSWORD, use the quotes:
Hello Igor,
Thank you for clear answer
Last edit: Oleg 2015-06-28