Install 7-Zip

回答: need a script to unzip .gz fileswxcqt2011-02-28 13:07:52

Then use following command to unzip :
7z x test.gz
(x for extract)
After that, construct a Batch program to unzip several .gz files

HTH

請您先登陸,再發跟帖!