clipver.doc

来自「Clipper保存时间的工具」· DOC 代码 · 共 21 行

DOC
21
字号

March 17, 1993

CLIPVER.EXE checks OBJs and LIBs for to determine the Clipper version
(5.01 or 5.2).  It also optionally creates a recompilation batch file
for recompiling your Clipper programs.

It works by recognizing the symbols CLIPPER501 and CLIPPER520 located
in the objects and libraries.

Usage:
   CLIPVER [<filespec>] [/BAT[:filename]]

For example:
   CLIPVER *.LIB      - checks all LIBs for 5.01 or 5.2 symbols

   CLIPVER *.OBJ /BAT - also creates a RECOMP.BAT recompilation batch file.

   CLIPVER *.OBJ /BAT:mycomp.bat    - names the batch file 'mycomp.bat'

哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪哪

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?