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 don t know how to do it...
|
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 don t know how to do it... | ||||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
I've combined this script from several different sources to suit my needs better... Usage: in the run box put-
So path to script, source folder, zip file to make (include .zip at the end!). It won't copy empty folders so be careful. Here is the vbs code ---
| |||
|
feedback
|
|
I don't think there is a command line for ZIP files built in to Windows (Other than | |||
|
feedback
|
compress.exe. – ho1 Oct 20 '10 at 7:56