unzipping files using 7zip

  • Hi can some one help me with correct setting for execute process task to unzip a file with 7zip

    executable: C:\Program Files\7-Zip\7z.exe

    Arguments:e -o <Path of folder where file is>

    I get error message not able to unzip any help is much appreciated.

  • is this more of a syntax question, or the wrong applicaiton, i wonder.

    i use the command line version of 7zip, which is 7za.exe;

    are you using the GUI version? I'm not sure that will work/supress any prompts.

    :

    http://www.7-zip.org/download.html

    http://downloads.sourceforge.net/sevenzip/7za920.zip

    and this would be a typical commands:

    --Zip a file

    "C:\DataFiles\7zip_CommandLine_7za465\7za.exe" a C:\DataFiles\myZipFile.zip C:\DataFiles\SandBox_2011-07-25.bak -y

    --unzip a file:

    "C:\DataFiles\7zip_CommandLine_7za465\7za.exe", e HDS_9.0.4.7.zip -o C:\DataFiles\*.* -y

    Lowell


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply