About 112,000 results
Open links in new tab
  1. Unzipping files using winzip in command prompt - Super User

    Dec 24, 2013 · I am trying to unzip the files from an archive called wz_test at the command prompt, using the following command: wzunzip -d c:\\wz_test.zip c:\\new I am not able to unzip …

  2. Create .zip folder from the command line - (Windows)

    Oct 20, 2010 · Is it possible to create a .zip file from a folder in the command line, I don't want to use any third party executable. I was thinking something like 'send to compressed folder' but I …

  3. winzip - Create self-extracting EXE from ZIP file in command line ...

    Apr 4, 2013 · Another option is to ditch WinZip. Using Info-Zip, the unzipper has an UnzipSfx.exe and you can use the following from a command line: copy/b unzipsfx.exe+myfile.zip myfile.exe …

  4. windows - How to unzip a file using the cmd? - Super User

    Apr 16, 2018 · For zipping a file, I have found this question: Can you zip a file from the command prompt using ONLY Windows' built-in capability to zip files? The answers given there are great …

  5. Running WZUNZIP.EXE (WinZip command line unzipper) on a …

    I would like to be able to unzip files from the command line (via a batch file in this instance) on a Windows Server 2003 machine that does not have WinZip installed. It seems that three files are

  6. shared folders - Winzip cmd line gives fatal error - Super User

    Mar 27, 2023 · I'm trying to add folders from a mapped network drive into a zip file using winzip command line but everytime I am receiving this error: FATAL ERROR: assert failure …

  7. Create a Self Extracting Archive from Winzip Commandline

    Jan 21, 2025 · 4 WinZip inclindes the WinZip Self-Extractor Personal Edition which does not support creating Self-Extracting Archives from the command line. If you do not have the …

  8. How to combine / merge zip files? - Super User

    Jan 8, 2010 · 0 Look for winzip command line on the net. Winzip has several versions of command line tools to fit whatever version of winzip you may may have installed. The …

  9. command line - How to create password protected zip file in …

    May 11, 2022 · I am looking to create a password protected zip file in Windows 10 using command prompt. The closet I've got is this powershell script that creates a zip file without a …

  10. compress file using command line windows, (making zip file, using …

    Nov 9, 2015 · Used to use pkzip for (real) DOS back in the day, 25 years ago. Since then i've rarely done compressing from command line but when I did on Windows, I used 7-zip, 7zip …