Windows自带压缩解压工具

压缩一个文件:

命令行:makecab fileName.txt fileName.zip

鼠标操作:选中文件-->鼠标右键-->Send to-->Compressed (zipped) folder

解压一个文件:

命令行:expand fileName.zip fileName.txt

鼠标操作:选中文件-->鼠标右键-->Extract All…(未装其他压缩工具)

     选中文件-->鼠标右键-->Open with-->Windows Explorer(装了其他压缩工具)

工具所在位置:

32位(x86)系统:C:\Windows\System32

64位(x64)系统:C:\Windows\SysWOW64

显示工具使用帮助

makecab /?

expand /?

由于以上两个工具实际功能比较弱,实际中一般不会使用,这里只作简单介绍。其他参考:

Makecab & Expand: http://jingyan.baidu.com/article/fec7a1e534796c1190b4e72b.html

Compact:http://jingyan.baidu.com/article/ab0b56308e99b3c15bfa7d69.html

上一篇:Problem06 求最大公约数及最小公倍数


下一篇:强化学习(十六) 深度确定性策略梯度(DDPG)