home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WILDCAT / WTICK103.ZIP / SAMPLE.CFG < prev    next >
Text File  |  1994-02-24  |  5KB  |  135 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 BBSID, UPLOADER, REPLY,
  18. ;SUBJECT, CONF, HEADER, CLOSER, TAGLINE, PACKER,
  19. ;INBOUND, WCDIR, QWKDIR, SCANLIST, REPORT and BULL
  20. ;
  21. ;BBSID 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. ;If you do not want to create a message for your BBS, leave this
  25. ;field blank.
  26. ;Maximum Length = 8
  27. ;    [--------] 
  28. BBSID=TOAST
  29. ;If you don't want a message to be uploaded, use
  30. ;BBSID=
  31. ;
  32. ;UPLOADER is the name you wish to use as the message poster in your
  33. ;REP file. This should be your name and should be capitalized.
  34. ;If UPLOADER is not specified, the default "SYSOP" will be used.
  35. ;Maximum Length = 25
  36. ;       [-------------------------]
  37. UPLOADER=LAWRENCE GORDON
  38. ;
  39. ;REPLY is to whom you wish to post your message.
  40. ;If REPLY is not specified, the default "ALL" will be used.
  41. ;Maximum Length = 25
  42. ;    [-------------------------]
  43. REPLY=ALL
  44. ;
  45. ;SUBJECT is the information you want in the .REP subject line.
  46. ;If SUBJECT is not specified, the default "New Files!" will be used.
  47. ;Maximum Length = 25
  48. ;      [-------------------------]
  49. SUBJECT=New Files!
  50. ;
  51. ;CONF is the message area on your board to post the .REP to.
  52. ;We don't advise using 0 as your upload conference area.
  53. ;This field is required only if you direct Wildtick to create
  54. ;a message for uploading to your BBS.
  55. ;Maximum Length = 7
  56. ;   [-------]
  57. CONF=2
  58. ;
  59. ;HEADER can be used for information to your callers.
  60. ;If HEADER is not specified, the default "The following files 
  61. ;have been received:" will be used.
  62. ;Maximum Length = 65
  63. ;     [-----------------------------------------------------------------]
  64. HEADER=The following files have been received:
  65. ;
  66. ;CLOSER can be used for additional information to your callers.
  67. ;If CLOSER is not specified, the default "Now available for download."
  68. ;will be used.
  69. ;Maximum Length = 65
  70. ;     [-----------------------------------------------------------------]
  71. CLOSER=Now available for download or file request.
  72. ;
  73. ;TAGLINE is any tagline you want to give your message.
  74. ;If TAGLINE is not specified, the default "The simple TIC processor 
  75. ;for Wildcat!" will be used.
  76. ;Maximum Length = 60
  77. ;      [------------------------------------------------------------]
  78. TAGLINE=The simple TIC processor for Wildcat!
  79. ;
  80. ;PACKER is the archiver you want to use to bundle your .REP
  81. ;Uncomment the archiver of choice and make sure that it is in
  82. ;your path. Note well that LHA must have the -m argument!
  83. ;If PACKER is not specified, the default "PKZIP" will be used.
  84. ;Maximum Length = 64
  85. ;     [----------------------------------------------------------------]
  86. PACKER=PKZIP
  87. ;PACKER=ARJ a
  88. ;PACKER=PKPAK
  89. ;PACKER=LHA a -m
  90. ;
  91. ;INBOUND is the directory in which your .TIC files can be found.
  92. ;Do not use a trailing backslash in your directory name.
  93. ;This field is required.
  94. ;Maximum Length = 64
  95. ;      [----------------------------------------------------------------]
  96. INBOUND=C:\FD\FILE
  97. ;
  98. ;QWKDIR is the directory to move your .REP file for upload to Wildcat
  99. ;through the Tomcat mail door as defined in TCMAINT.
  100. ;Requires termination of the directory name with the trailing
  101. ;backslash "\".
  102. ;This field is required.
  103. ;Maximum Length = 64
  104. ;     [----------------------------------------------------------------]
  105. QWKDIR=C:\LOADS\
  106. ;
  107. ;WCDIR is the location of your WC30 directory. Wildtick must be
  108. ;able to find both WCFILE.EXE and TOMCAT.EXE in this directory.
  109. ;Do not use a trailing backslash in your directory name.
  110. ;This field is required.
  111. ;Maximum Length = 64
  112. ;    [----------------------------------------------------------------]
  113. WCDIR=C:\WC30
  114. ;
  115. ;SCANLIST is a text file to write to have your virus scanner run on the
  116. ;received files. Include full path and file name.
  117. ;If SCANLIST is not specified, the default "RUNLATER.TXT" will be used.
  118. ;Maximum Length = 64
  119. ;       [----------------------------------------------------------------]
  120. SCANLIST=C:\WC30\TS.LST
  121. ;
  122. ;REPORT is the Wildtick Log file. You can now specify a name and
  123. ;directory for your log file.
  124. ;Maximum Length = 64
  125. ;     [----------------------------------------------------------------]
  126. REPORT=C:\FD\WILDTICK.LOG
  127. ;
  128. ;BULL is the name of the bulletin or hello .bbs to create for advising
  129. ;your callers of your new incoming files. It is not required if you
  130. ;don't wish to create a bulletin. Use a full path and file name of
  131. ;your choice.
  132. ;Wildtick will only create 1 bulletin/hello file.
  133. BULL=C:\WC30\BULL\BULL13.BBS
  134. ;BULL=C:\WC30\DISP\HELLO4.BBS
  135. ;That's all folks!