home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / open / bexe_220.lzh / SAMPLE.TPL < prev   
Text File  |  1989-03-06  |  3KB  |  93 lines

  1. %;
  2. %; Sample File Request Failure Template File for BinkleyTerm 2.10
  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. %;                      9 = successful file request
  31. %;
  32. %; %line <number> text  if <number> matches the status value, the text
  33. %;                      will be copied to the .RSP file.
  34. %;
  35. %; %date                text for current local date
  36. %;
  37. %; %time                text for current local time
  38. %;
  39. %; %bink                text for "BinkleyTerm (current version)"
  40. %;
  41. %; %mynode              text for "my" node address
  42. %;
  43. %; %system              text for system name
  44. %;
  45. %; %sysop               text for sysop name
  46. %;
  47. %; %yrnode              text for "your" node address
  48. %;
  49. %; %request             actual line in .REQ file which failed
  50. %;
  51. %; %status              text which you have defined for failure status
  52. %;
  53. %; All other text, including % characters which are not followed by
  54. %; recognized keywords, will be copied verbatim to the response file.
  55. %;
  56. %; NOTE: If you play games with the % character, you may get hurt in
  57. %; future versions of BinkleyTerm. It is STRONGLY RECOMMENDED that you
  58. %; not tempt Fate by messing with that character.
  59. %;
  60. %abort 9
  61. %;
  62. %text 1 the requested file was not found
  63. %text 2 no update was necessary to your file(s)
  64. %text 3 the password associated with the file did not match yours
  65. %text 4 your request exceeded the preset limits on this system
  66. %text 5 an event has started which doesn't honor requests
  67. %;
  68.  
  69. Node %mynode           %bink            %date  %time
  70.  
  71.  
  72. %system was unable to complete a file request made by
  73. your system, %yrnode, at this time. The request which failed was:
  74.  
  75. %request
  76.  
  77. The reason that the request was not satisfied at this time is that
  78. %status.
  79.  
  80. %line 1 For a complete list of the files available on this board, you may
  81. %line 1 request FILES and you will be sent a list.
  82.  
  83. Please feel free to contact %sysop at %mynode if you feel that
  84. this request should have been satisfied, or correct and resubmit your
  85. request if necessary.
  86.  
  87.  
  88.  
  89. Thank you for your patience.
  90.  
  91. %sysop, System Operator
  92. %system, %mynode@Fidonet
  93.