Zip Commandline Windows
# example 1
tar.exe -a -c -f out.zip in.txt
# example 2
tar.exe -x -f out.zip
Michael Mainbird
# example 1
tar.exe -a -c -f out.zip in.txt
# example 2
tar.exe -x -f out.zip