home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR4 / WTICK982.ZIP / SAMPLE.CFG < prev    next >
Text File  |  1994-01-03  |  4KB  |  117 lines

  1. ; Wildtick Configuration File - Wildtick.cfg
  2. ;
  3. ; All statements must begin at Column 1.
  4. ; Leave no blank spaces after the "=" sign and the variable
  5. ; Maximum variable lengths are indicated by the dotted lines 
  6. ;   between "[" and "]" and "Maximum Length = x"
  7. ; All comments must begin with ";"
  8. ; Some directories must be terminated with the "\" character
  9. ; and some should not. Pay careful attention to the instructions
  10. ; in the file.
  11. ;
  12. ;The correct format is STATEMENT=VARIABLE
  13. ;The STATEMENT must be capitalized!!!!!!!
  14. ;
  15. ;All STATEMENTs must have a variable
  16. ;
  17. ;STATEMENTs used by Wildtick are REPNAME, REPFROM, REPTO,
  18. ;REPSUBJECT, REPCONF, REPHEADER, REPCLOSER, REPTAG, REPPACKER,
  19. ;REPTIC, REPDIR, REPFILES, and REPLATER
  20. ;
  21. ;REPNAME is the name you give to the .REP file created by Wildtick
  22. ;Wildtick will create a QWK-style .REP packet for upload to your
  23. ;BBS. In the example, the reply-packet will be named "TOAST.REP".
  24. ;This field is required.
  25. ;Maximum Length = 8
  26. ;      [--------] 
  27. REPNAME=TOAST
  28. ;
  29. ;REPFROM is the name you wish to use as the message poster in your
  30. ;REP file. This should be your name and should be capitalized.
  31. ;If REPFROM is not specified, the default "SYSOP" will be used.
  32. ;Maximum Length = 25
  33. ;      [-------------------------]
  34. REPFROM=LAWRENCE GORDON
  35. ;
  36. ;REPTO is whom you wish to post your message to.
  37. ;If REPTO is not specified, the default "ALL" will be used.
  38. ;Maximum Length = 25
  39. ;    [-------------------------]
  40. REPTO=ALL
  41. ;
  42. ;REPSUBJECT is the information you want in the .REP subject line.
  43. ;If REPSUBJECT is not specified, the default "New Files!" will be used.
  44. ;Maximum Length = 25
  45. ;         [-------------------------]
  46. REPSUBJECT=New Files!
  47. ;
  48. ;REPCONF is the message area on your board to post the .REP to.
  49. ;This field is required.
  50. ;Maximum Length = 7
  51. ;      [-------]
  52. REPCONF=2
  53. ;
  54. ;REPHEADER can be used for information to your callers.
  55. ;If REPHEADER is not specified, the default "The following files 
  56. ;have been received:" will be used.
  57. ;Maximum Length = 65
  58. ;        [-----------------------------------------------------------------]
  59. REPHEADER=The following files have been received:
  60. ;
  61. ;REPCLOSER can be used for additional information to your callers.
  62. ;If REPCLOSER is not specified, the default "Now available for download."
  63. ;will be used.
  64. ;Maximum Length = 65
  65. ;        [-----------------------------------------------------------------]
  66. REPCLOSER=Now available for download or file request.
  67. ;
  68. ;REPTAG is any tagline you want to give your message.
  69. ;If REPTAG is not specified, the default "The simple TIC processor 
  70. ;for Wildcat!" will be used.
  71. ;Maximum Length = 60
  72. ;     [------------------------------------------------------------]
  73. REPTAG=The simple TIC processor for Wildcat!
  74. ;
  75. ;REPPACKER is the archiver you want to use to bundle your .REP
  76. ;Uncomment the archiver of choice and make sure that it is in
  77. ;your path. Note well that LHA must have the -m argument!
  78. ;If REPPACKER is not specified, the default "PKZIP" will be used.
  79. ;Maximum Length = 64
  80. ;        [----------------------------------------------------------------]
  81. REPPACKER=PKZIP
  82. ;REPPACKER=ARJ a
  83. ;REPPACKER=PKPAK
  84. ;REPPACKER=LHA a -m
  85. ;
  86. ;REPTIC is the directory in which your .TIC files can be found.
  87. ;No trailing backslash!
  88. ;This field is required.
  89. ;Maximum Length = 64
  90. ;     [----------------------------------------------------------------]
  91. REPTIC=C:\FD\FILE
  92. ;
  93. ;REPDIR is the directory to move your .REP file for upload to Wildcat
  94. ;through the Tomcat mail door as defined in TCMAINT.
  95. ;Requires termination of the directory name with the trailing
  96. ;backslash "\".
  97. ;This field is required.
  98. ;Maximum Length = 64
  99. ;     [----------------------------------------------------------------]
  100. REPDIR=C:\LOADS\
  101. ;
  102. ;REPFILES is the location of your WC30 directory. Wildtick must be
  103. ;able to find both WCFILE.EXE and TOMCAT.EXE in this directory.
  104. ;No trailing backslash!
  105. ;This field is required.
  106. ;Maximum Length = 64
  107. ;       [----------------------------------------------------------------]
  108. REPFILES=C:\WC30
  109. ;
  110. ;REPLATER is a text file to write to have your virus scanner run on the
  111. ;received files. Include full path and file name.
  112. ;If REPLATER is not specified, the default "RUNLATER.TXT" will be used.
  113. ;Maximum Length = 64
  114. ;       [----------------------------------------------------------------]
  115. REPLATER=C:\WC30\TS.LST
  116. ;
  117. ;That's all folks!