You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
548 B

7 years ago
gzexe
===
用来压缩可执行文件
6 years ago
## 说明
7 years ago
**gzexe命令** 用来压缩可执行文件压缩后的文件仍然为可执行文件在执行时进行自动解压缩。当您去执行被压缩过的执行文件时该文件会自动解压然后继续执行和使用一般的执行文件相同。这个命令也可以看成是gunzip命令的一个扩展。
### 语法
```
gzexe(选项)(参数)
```
6 years ago
7 years ago
```
-d解压缩被gzexe压缩过的可执行文件。
```
### 参数
文件:指定需要压缩的可执行文件。