命令行的zip工具 - zip.exe

    From: verycpp.com  Updated: 2012-01-31

    zip.exe 1.2.0Size:113 KB   Date:2012-01-31   Downloads:99
    邮件通知当更新时自动发送邮件通知。
    评论本文有什么建议或评论,可以贴一下。
    我要捐助你的支持,让我们做的更好。

  1. Description

    zip.exe is a free zip command utility, it zip files/directories on the fly.

    zip.exe is based on CMemoryZip.

  2. Command Line
    zip.exe  ...   ...  -s -o:
       
       switch:
         -s Include subdirectory
         -o Output zip file
         
       for example:
         zip file c:\boot.ini hello.cpp, and zip demo folder to demo.zip
            => zip.exe c:\boot.ini hello.cpp demo -o:demo.zip
         
         zip all *.h;*.cpp in current directory to d:\sources.zip
            => zip.exe *.h;*.cpp -o:d:\sources.zip
           
         zip all *.h;*.cpp in z:\private to d:\bak.zip
            => zip.exe z:\private\*.h;*.cpp -o:\d:\bak.zip
       
  3. License

    Zip.exe is FreeWare, no cost at all.

  4. 相关文章
  5. 评论本文:
  6. EMail: