home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / updsig20.zip / UPDSIG.CFG next >
Text File  |  1999-11-14  |  1KB  |  42 lines

  1. ;  MessageText    = { Alpha | FieldSpecifier | SwitchChar }
  2. ;
  3. ;  Alpha          = any ascii char except '%' and '\'
  4. ;
  5. ;  FieldSpecifier = '%' '%'
  6. ;                 | '% ['-'] [WidthSpecifier] TypeSpecifier
  7. ;
  8. ;  WidthSpecifier = DecimalNumber
  9. ;
  10. ;  TypeSpecifier  = 'u'        (* Unsigned *)
  11. ;
  12. ;  SwitchChar     = '\' SwitchOptions
  13. ;
  14. ;  SwitchOptions  = '\'        (* \ *)
  15. ;                 | '%'        (* % *)
  16. ;                 | 'b'        (* BS  = CHR(8)          *)
  17. ;                 | 'f'        (* FF  = CHR(12)         *)
  18. ;                 | 'n'        (* NL  = CHR(13),CHR(10) *)
  19. ;                 | 't'        (* Tab = CHR(9)          *)
  20. ;                 | 'e'        (* Esc = CHR(27)         *)
  21. ;                 | CharCode
  22. ;
  23. ;  CharCode       = DecimalNumber
  24. ;
  25. ;  DecimalNumber  = Digit [ Digit [ Digit ] ]
  26.  
  27.  
  28. MessageText =This OS/2 system uptime is %u days %2u:%2u hours
  29.  
  30. ; Timing descriptions :
  31.  
  32. UpdateInterval = 60
  33. OffsetInDays = 0
  34.  
  35. ;all the signature files, paths included
  36. ;one line per file, max. 10 lines
  37.  
  38. e:\internet\sig.txt
  39. e:\internet\sig3.txt
  40.  
  41.  
  42.