home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / OFFLINE / WINK110.ZIP / WINK_CFG.DOC < prev    next >
Text File  |  1992-12-06  |  5KB  |  164 lines

  1. #################################################################
  2. ##
  3. ##  Copyright 1992 by Keith Ford
  4. ##
  5. ##  This is a CFG file for WINK
  6. ##  This file is the documentation for the format of the CFG
  7. ##  file, and also a working WINK.CFG file.
  8. ##
  9. ##  Micro Magic, 205-830-2362 (HST/V32)
  10. ##  203 Creek Trail, Madison, Al 35758
  11. ##  Fidonet 1:373/12
  12. ##  Internet sysop@umagic.fidonet.org
  13. ##
  14. #################################################################
  15.  
  16.  
  17.  
  18. #################################################################
  19. ##
  20. ##  The format is:  VARIABLE [separator] VALUE
  21. ##  Where separator can be tabs, spaces, or an equal sign.
  22. ##
  23. ##  VALUE must be one word, no spaces.
  24. ##
  25. ##  The current VARIABLE list contains:
  26. ##  bbsid, newfiles, news, logon, logoff, 
  27. ##  phone, location, striphighasc, striptag
  28. ##
  29. ##  The following VARIABLE will be added in the future.
  30. ##  bulletins
  31. ##
  32. #################################################################
  33.  
  34.  
  35. ##  BBSID - up to 8 alphnumeric charaters to uniquely identify
  36. ##  this bbs (*** REQUIRED ***)
  37.  
  38. bbsid = UMAGIC
  39.  
  40.  
  41. ##  LOCATION - City, ST
  42.  
  43. location = Huntsville, AL
  44.  
  45.  
  46. ##  PHONE - telephone number of this bbs
  47.  
  48. phone = (205) 830-2362
  49.  
  50.  
  51. ##  LOGON - if specified, this file is sent to the user and is typically
  52. ##  displayed when the user starts his/her QWK mail reader, it can contain
  53. ##  a welcome or greeting from your bbs
  54.  
  55. logon = x:\logon.txt
  56.  
  57.  
  58. ##  LOGOFF - if specified, this file is sent to the user and is typically
  59. ##  displayed when the user exits from his/her QWK mail reader, it can
  60. ##  contain a goodbye message from your bbs
  61.  
  62. logoff = x:\logoff.txt
  63.  
  64.  
  65. ##  NEWS - if specified, this file is sent to the user and is typically
  66. ##  made available as a menu option within the users QWK mail reader, it
  67. ##  can contain special announcements from your bbs
  68.  
  69. news = x:\news.txt
  70.  
  71.  
  72. ##  NEWFILES - if specified, this file is sent to the user and is
  73. ##  typically made available as a menu option within the users QWK mail
  74. ##  reader, it can contain a list of newly available files since the users
  75. ##  last visit
  76. ##
  77. ##  >>>  It MUST be named 'NEWFILES.DAT'  <<<
  78.  
  79. newfiles = x:\newfiles.dat
  80.  
  81.  
  82. ##  STRIPHIGHASC - strip high-bit from text of uploaded messages
  83. ##                 the default is YES
  84.  
  85. striphighasc YES
  86.  
  87.  
  88. ##  STRIPTAG - strip tag lines from uploaded messages
  89. ##             the default is YES
  90.  
  91. striptag YES
  92.  
  93.  
  94.  
  95. #################################################################
  96. ##
  97. ##  If any of your packers or protocols are a BATch file,
  98. ##  then you MUST have the COMSPEC environment variable
  99. ##  defined.  This variable should point to the location
  100. ##  of your COMMAND.COM file.  Refer to your DOS manual
  101. ##  for more information.  A typical system would have
  102. ##  the following line in their AUTOEXEC.BAT file.
  103. ##
  104. ##
  105. ##            SET COMSPEC=C:\COMMAND.COM
  106. ##
  107. #################################################################
  108.  
  109.  
  110.  
  111. ##  'PACKER'  menu text for file packer
  112. ##  'PACK'    pack command
  113. ##  'UNPACK'  unpack command
  114. ##
  115. ##  Use %1 as archive filename
  116. ##      %2 as filename to pack
  117. ##
  118. ##  For example:   PACKER = PKZIP 1.10
  119. ##                 PACK   = c:\bin\pkzip %1 %2
  120. ##                 UNPACK = c:\bin\pkunzip %1
  121.  
  122. PACKER = PKZIP
  123. PACK   = pkzip %1 %2
  124. UNPACK = pkunzip %1
  125.  
  126. PACKER = LHA
  127. PACK   = lha a -m %1 %2
  128. UNPACK = lha x %1
  129.  
  130. PACKER = ARC
  131. PACK   = arca %1.ARC %2
  132. UNPACK = arce %1
  133.  
  134.  
  135.  
  136. ##  'PROTOCOL'  followed by menu text for transfer protocol
  137. ##  'SEND'      command to download to user
  138. ##  'RECEIVE'   command to upload from user
  139. ##
  140. ##  Use %1 as the file length (valid on send only)
  141. ##      %2 as the baud rate
  142. ##      %3 as port number
  143. ##      %4 as the filename to transfer
  144. ##
  145. ##  NOTE:  %1 is not yet implemented, currently passed as '0' always.
  146. ##         For DSZ, I suggest using the 'D' option for all protocols,
  147. ##         and '-rr' for Zmodem.
  148. ##
  149. ##  For example:  PROTOCOL = Zmodem
  150. ##                SEND     = DSZ port %3 speed 19200 D handshake both sz -rr %4
  151. ##                RECEIVE  = DSZ port %3 speed 19200 D handshake both rz
  152.  
  153. PROTOCOL = Xmodem
  154. SEND     = DSZ port %3 speed 19200 D handshake both pa12000 sx -c %4
  155. RECEIVE  = DSZ port %3 speed 19200 D handshake both pa12000 rx -c %4
  156.  
  157. PROTOCOL = Ymodem
  158. SEND     = DSZ port %3 speed 19200 D handshake both pa12000 sx -k %4
  159. RECEIVE  = DSZ port %3 speed 19200 D handshake both pa12000 rx -k %4
  160.  
  161. PROTOCOL = Zmodem
  162. SEND     = DSZ port %3 speed 19200 D handshake both sz -rr %4
  163. RECEIVE  = DSZ port %3 speed 19200 D handshake both rz
  164.