Skip to content
  • To convert folders to zip run in the data folder (with 7zip installed) :
    for /D %d in (*.*) do 7z a -tzip "%d.zip" ".\%d\*"

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment