windows - How can I create a batch job (.bat) that zip a folder? - Super User
From 7zip I've downloaded their command line tool 7za.exe, and I have to following script: echo off cls set zip ="C:\7za.exe" set filename="%date%.backup.zip" set pathtobackup="C ......