I want to extract a zip file on Server Core 2008.
Can anyone tell me the command to do so?
|
I want to extract a zip file on Server Core 2008. Can anyone tell me the command to do so? | |||||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
You could use this code snippet for a .vbs file (VBScript):
| |||
|
feedback
|
|
There is no command line utility buit in to unzip files. When copying files to server core I recommend using makecab and expand. Or you can install the unzip command line tool of your preference. | |||||||
feedback
|
|
zip.exe and unzip.exe are in my tools folder since 1994 and they work fine in Server Core. I use the versions from Info-ZIP | ||||
|
feedback
|