readme.txt

来自「基于Internet的利用IIS实现系统的自动更新程序」· 文本 代码 · 共 46 行

TXT
46
字号
  This demo check application update information from website,
  I put a TXT file in my homepage,
  URL is http://www.DelphiBox.com/update.txt

  The TXT file have his format like HTML:
{
;  update.txt File Format
;  First Application Update Information
  [update]
    <ver>1.79.9.25</ver>
    <url>http://delphibox.com/softm/3_update.zip</url>
    <date>2002-9-25</date>
  [/update]

;  Another Application Update Information
  [exelock]
    <ver>2.11.0.0</ver>
    <url>http://delphibox.com/softm/3_exelock.zip</url>
    <date>2002-9-25</date>
  [/exelock]

;  You can put more ...
}
  This Application get TXT body use TNMHTTP Component and Analyse it,
  According as Update Information to give a suggestion if download new file.

  This is a gift for my friends at 2002.1.11 for new year.

      -'`"_         -'`" \
     /     \       /      "
    /     /\\__   /  ___   \    ADDRESS:
   |      | \  -"`.-(   \   |     143 mailbox XI'AN Science and Technology University
   |      |  |     | \"  |  |   ZIP CODE:
   |     /  /  "-"  \  \    |     710054
    \___/  /  (o o)  \  (__/    NAME:
         __| _     _ |__          ZHONG WAN
        (      ( )      )       EMAIL:
         \_\.-.___.-./_/          mantousoft@163.com
           __  | |  __          HOMEPAGE:
          |  \.| |./  |           http://www.delphibox.com
          | '#.   .#' |         OICQ:
          |__/ '"" \__|           6036742
        -/             \-

  03:49 2002-2-14 in Xi'An China,Want more please look at DelphiBox.com
  Compiled by Delphi6.0

⌨️ 快捷键说明

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