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

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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