home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / BTP_EEBE.LZH / sample.tpl < prev    next >
Text File  |  1992-09-12  |  4KB  |  90 lines

  1. %; Sample File Request Failure Template File for BinkleyTerm 2.50 EE
  2. %;
  3. %; The commands available to you are as follows:
  4. %;
  5. %; %;                   In column 1, entire line is a comment, pass nothing
  6. %;                      on; in any other column, ignore remainder of line.
  7. %;                      To send a blank line, <space>%; will suffice.
  8. %;
  9. %; %abort               Don't send a response file.
  10. %;
  11. %; %abort <number>      If <number> matches the status value, don't send
  12. %;                      a response file.
  13. %;
  14. %; %exit                Close the response file and send it as-is.
  15. %;
  16. %; %exit <number>       If <number> matches the status value, close the
  17. %;                      response file and send it as-is.
  18. %;
  19. %; %text <number> text  When %status is seen, substitute remaining text
  20. %;                      on line if status is <number>. '%' substitution
  21. %;                      is allowed within the text if desired. Current
  22. %;                      valid status values are:
  23. %;
  24. %;                      1 = file not found,
  25. %;                      2 = no update necessary,
  26. %;                      3 = password missing or wrong
  27. %;                      4 = file request limit exceeded
  28. %;                      5 = start of no-requests-honored event
  29. %;                      6 = file would exceed request byte limit
  30. %;                      6 = file would exceed request time limit
  31. %;                      8 = baud rate too low (minbaud)
  32. %;                      9 = successful file request
  33. %;
  34. %; %line <number> text  If <number> matches the status value, the text
  35. %;                      will be copied to the .RSP file.
  36. %;
  37. %; %date                Text for current local date.
  38. %;
  39. %; %time                Text for current local time.
  40. %;
  41. %; %bink                Text for "BinkleyTerm (current version)."
  42. %;
  43. %; %mynode              Text for "my" node address.
  44. %;
  45. %; %system              Text for system name.
  46. %;
  47. %; %sysop               Text for sysop name.
  48. %;
  49. %; %yrnode              Text for "your" node address.
  50. %;
  51. %; %request             Actual line in .REQ file which failed.
  52. %;
  53. %; %status              Text which you have defined for failure status.
  54. %;
  55. %; All other text, including % characters which are not followed by
  56. %; recognized keywords, will be copied verbatim to the response file.
  57. %;
  58. %; NOTE: If you play games with the % character, you may get hurt in
  59. %; future versions of BinkleyTerm. It is STRONGLY RECOMMENDED that you
  60. %; not tempt fate by messing with that character.
  61. %;
  62. %abort 9
  63. %;
  64. %text 1 the requested file was not found
  65. %text 2 no update was necessary to your file(s)
  66. %text 3 the password associated with the file did not match yours
  67. %text 4 your request exceeded the preset file limits on this system
  68. %text 5 an event has started which doesn't honor requests
  69. %text 6 your request exceeded the preset byte limits on this system
  70. %text 7 your request exceeded the preset time limits on this system
  71. %text 8 your modem speed is too slow to request files on this system
  72. %;
  73.  
  74. Node %mynode           %bink            %date  %time
  75.  
  76.  
  77. %system was unable to complete a file request made by
  78. your system, %yrnode, at this time. The request which failed was:
  79.  
  80. %request
  81.  
  82. The reason that the request was not satisfied at this time is that
  83. %status.
  84.  
  85. %line 1 For a complete list of the files available on this board, you may
  86. %line 1 request FILES and you will be sent a list.
  87.  
  88. %sysop, System Operator
  89. %system, %mynode
  90.