home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / bos2_xr3.zip / sample.tpl < prev    next >
Text File  |  1996-10-13  |  4KB  |  97 lines

  1. %;
  2. %; Sample File Request Failure Template File for BinkleyTerm 2.60
  3. %;
  4. %; The commands available to you are as follows:
  5. %;
  6. %; %;                   In column 1, entire line is a comment, pass nothing
  7. %;                      on; in any other column, ignore remainder of line.
  8. %;                      To send a blank line, <space>%; will suffice.
  9. %;
  10. %; %abort               Don't send a response file.
  11. %;
  12. %; %abort <number>      If <number> matches the status value, don't send
  13. %;                      a response file.
  14. %;
  15. %; %exit                Close the response file and send it as-is.
  16. %;
  17. %; %exit <number>       If <number> matches the status value, close the
  18. %;                      response file and send it as-is.
  19. %;
  20. %; %text <number> text  When %status is seen, substitute remaining text
  21. %;                      on line if status is <number>. '%' substitution
  22. %;                      is allowed within the text if desired. Current
  23. %;                      valid status values are:
  24. %;
  25. %;                      1 = file not found,
  26. %;                      2 = no update necessary,
  27. %;                      3 = password missing or wrong
  28. %;                      4 = file request limit exceeded
  29. %;                      5 = start of no-requests-honored event
  30. %;                      6 = file would exceed request byte limit
  31. %;                      7 = request time limit exceeded
  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 limit on this system
  71. %;
  72.  
  73. Node %mynode           %bink            %date  %time
  74.  
  75.  
  76. %system was unable to complete a file request made by
  77. your system, %yrnode, at this time. The request which failed was:
  78.  
  79. %request
  80.  
  81. The reason that the request was not satisfied at this time is that
  82. %status.
  83.  
  84. %line 1 For a complete list of the files available on this board, you may
  85. %line 1 request FILES and you will be sent a list.
  86.  
  87. Please feel free to contact %sysop at %mynode if you feel that
  88. this request should have been satisfied, or correct and resubmit your
  89. request if necessary.
  90.  
  91.  
  92.  
  93. Thank you for your patience.
  94.  
  95. %sysop, System Operator
  96. %system, %mynode
  97.