7zip使用

压缩

1
2
7z.exe a test.7z ./test/
7z.exe a tzip  test.7z ./test/

解压

1
2
7z.exe x test.7z
7x.exe x -otest/ test.7z