I know this command:
7z e [archive.zip]-o[outputdir] [fileFilter]
But the file I wanna extract is in a Zip inside another Zip for example:
Archivo1.zip\Carpeta1\Archivo2.zip
I use this line but the result is that cannot find archive:
C:\Program Files\7-Zip\7z" x "C:\File 1.zip\Folder 1\File 2.zip" -O"C:\Output folder" "Imagen 1.tif"
How can I make work?
Comments
Post a Comment