loshia

blogs the world

How to unzip from the Windows command line

… without having a proper Zip program like WinZip or 7Zip?

Very easy, actually. Put the following code in a VBS file, i.e. unzip.vbs and execute with cscript unzip.vbs.

`… without having a proper Zip program like WinZip or 7Zip?

Very easy, actually. Put the following code in a VBS file, i.e. unzip.vbs and execute with cscript unzip.vbs.

`

Source and Dest MUST BE fully qualified file and directory names. Won’t work otherwise.