Angelo Lee's Blog
This is my kingdom .If i don't fight for it ,who will ?
摘要: windows 下调用gzip.exe 和tar.exe解压*.tar.gz压缩包到指定目录如:解压D:/test/1.tar.gz 到E:/test/下1.切换到压缩包所在目录下cd /d D:2.调用gzip.exe解压.gz压缩文件gzip /test/1.tar.gz3.调用tar.exe解包.tartar xvf /test/1.tar -C //./E:/test/下面是我自己用QT写的解压函数,windows 和 linux 都适用。#include <QtCore/QCoreApplication> #include <QFile> #include & 阅读全文
posted @ 2013-01-04 22:48 Angelo Lee 阅读(294) 评论(0) 推荐(0) 编辑