About 52 results
Open links in new tab
  1. How to unzip a file in Powershell? - Stack Overflow

    If one of the files or directories already exists at the destination location, it pops up a dialogue asking what to do (ignore, overwrite) which defeats the purpose. Does anyone know how to force it to …

  2. How to unzip a file using the command line? - Stack Overflow

    Jun 20, 2009 · Which commands can be used via the command line to unzip a file? Preferably something built into Windows or open source/free tools.

  3. windows - How to zip a file using cmd line? - Stack Overflow

    Aug 12, 2013 · I want to zip a directory using the batch file command (Windows XP batch file). For example, if I want to unzip a file means I can use the jar -xf file.zip (java) bat file command. Like that I …

  4. How to extract files from a zip archive in S3 - Stack Overflow

    Feb 18, 2015 · I have a zip archive uploaded in S3 in a certain location (say /foo/bar.zip) I would like to extract the values within bar.zip and place it under /foo without downloading or re-uploading the extrac...

  5. c# - Unzip files programmatically in .net - Stack Overflow

    I am trying to programatically unzip a zipped file. I have tried using the System.IO.Compression.GZipStream class in .NET, but when my app runs (actually a unit test) I get …

  6. How do you recursively unzip archives in a directory and its ...

    Also, if multiple zip files in a given folder contain files with the same name, e.g. results.log this will cause issues when you try to unzip multiple copies of the same file into one folder.

  7. Windows batch script to unzip files in a directory

    Sep 2, 2015 · I want to unzip all files in a certain directory and preserve the folder names when unzipped. The following batch script doesn't quite do the trick. It just throws a bunch of the files …

  8. 7zip - Unzip files (7-zip) via cmd command - Stack Overflow

    Jan 2, 2013 · I try to unzip a file via CMD. So I install winzip (and its plugin to cmd), winrar and 7-zip. But when I try to execute a command via the CMD: 7z e myzip.zip It gives the next error: 7z is not

  9. zip - Simplest way to download and unzip files in Node.js cross ...

    Apr 25, 2012 · Just looking for a simple solution to downloading and unzipping .zip or .tar.gz files in Node.js on any operating system. Not sure if this is built in or I have to use a separate library. Any ide...

  10. creating batch script to unzip a file without additional zip tools

    Feb 11, 2014 · I'm trying to make a .bat script for windows 7 x64 to create a folder, unzip a file into that folder without having to use additional addons like 7zip or unzip. Been searching and it seemed like wi...