setver.txt

来自「使用于OS/2下的小工具的C源程序,使用于OS/2下的小工具的C源程序」· 文本 代码 · 共 32 行

TXT
32
字号
                                            SETVER [DUAL MODE]
     
     NAME SETVER  - Set the modification time of a file to the
     version number.
     
     SYNTAX
     
     setver vermaj.vermin file(s) [/H | /?]
     
     USAGE
     
     A clever  way to  indicate the version of a given program
     is to  put the  version number  to its  last modification
     time. Taking  dir of  a directory  then immediately shows
     the version  number of  the programs. This is at least in
     my mind  a much  cleaner aproach than putting the version
     number into the program name. With FATs (file system used
     with DOS) limit of only 8 character for the program name,
     this would limit the naming even further.
     
     Setver  is  just  a  program  used  to  change  the  last
     modification time  of a file to its version number. It is
     given two  parameters. First the verion major and version
     minor number separated by a period. Then the filenames to
     be modified.  E.g. setver  1.10 *.exe,  would change  the
     version numbers of all *.exe-programs to 1.10.
     
     Following options are recognized:
          - /?,/H = Help. Displays a short help.
     
     SEE ALSO:

⌨️ 快捷键说明

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