readme.txt
来自「zip算法的源码」· 文本 代码 · 共 28 行
TXT
28 行
C-Builder Demo 4 - A limited application, but it supports
automatic install features.
If this were being distributed in a C-Builder Zip Self-Extracting Archive,
you would tell it to run this command line after extraction:
'><ViewZip /install'.
Ways to test this program from a DOS box:
C:\> CDemo4 /install Automatically bring up the install menu
C:\> CDemo4 test.zip Run it with a zip file parameter
C:\> start test.zip Check the File Extension assoc. in Registry
C:\> start CDemo4 Check the Application Path in Registry
C:\> CDemo4 /uninstall Automatically perform uninstall and quit
The uninstall can also be performed from the Control Panel.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?