Batch Zip and Unzip

Buy BatchZip

Two executables, one for zipping and the other for unzipping. Processing zip or gzip files.

Full WinZip compatibility. Free for private use .

Sample batch file for zipping:
C:\ZipBatch\re_zip.exe c:\apu\bashan.zip,c:\bashan\*.*,1
if errorlevel 0 goto success
echo faliure
goto faliure
:success
echo success
:faliure

Parameter 1 is optional, use it only for zip files. When it is skipped or passed zero instead of one paths will not be saved to the zip file. Gzip files must have gz file extension.

Both comma and space can be used as separator between commandline variables.

Sample batch file for unzipping:
C:\ZipBatch\re_unzip.exe c:\apu\bashan.zip,c:\bashan
if errorlevel NEQ 0 goto success
echo faliure
goto faliure
:success
echo success
:faliure  

Both comma and space can be used as separator between commandline variables. Gzip files must have gz file extension.

Installation
Just download the executable and put it to anywhere where the program has write access (this is because the program will create a DLL in the same directory) Please DO NOT place the executable under the Windows or the Program Files directory .

Buy BatchUnzip

  

 

 

Download Batch Zip

Download Batch Unzip

Questions | Public Messages