Unzip File

  • Hi,

    How can i unzip a zip file.

    I used WinZip to zip files from sql server.

     

    Thanx

    From

    Killler

  • You could download the WinZip 9 command-line utility from here:

    http://www.winzip.com/downcl.htm

    After installing it, execute WZUNZIP.EXE using xp_cmdshell

     

  • I like using winrar, simple to use and has some great build in functions.   Download it from http://www.download.com.

  • Hi,

    What command u use to unzip a file from command prompt using winrar.I dont have winzip 9 command line i have older version 8 .X can u help me how to extract a file from command prompt.

    I sloved my problem by using PKunzip.exe.

    Pkunzip -e filename (it unzip on the default location where pkunzip located)

    but as pkunzip supports eight character name only i have to change the name of my file first and then i unzip it and again rename it to it original name.

    hope thsi helps u.

    from

    killer

  • Using Winrar to extract from the command prompt:

    Set the Winrar path first:

    set path="c:\program files\winrar\";%path%

    and then extract:

    winrar e archive_file_name

     

  • Thanx vik

     

    from

    killer

Viewing 6 posts - 1 through 5 (of 5 total)

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