home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / tic_talk / tic_talk.doc < prev    next >
Text File  |  1994-02-15  |  4KB  |  87 lines

  1. TIC_TALK documentation
  2. Version 2.20, 15 February 1994
  3. Copyright (c) 1993 byt GRUNT Software and Rich Tietjens
  4. All Rights Reserved
  5.  
  6. TIC_TALK is Freeware!  It is copyrighted, so you aren't allowed to alter
  7. the program in any way, nor sell it for profit (on-line services and PD
  8. libraries may charge a small access fee; "membership" BBSes may _NOT_
  9. distribute this software if a fee is charged for access).
  10.  
  11. "Wot's it for, then?"
  12.  
  13. TIC_TALK is for Express BBS and ST-Keep sysops who would like to have file
  14. descriptions automatically generated from TIC files.  It is completely
  15. automatic, and so far bug-free (Ha! We'll see how long that lasts!).
  16. *** Version 2.20 changes the way that TIC_TALK looks for the file
  17.     area and description in the TIC files, hopefully eliminating the
  18.     spurious filenames generated by previous versions.
  19.  
  20. Setup:
  21.  
  22. Look at the sample file TIC_TALK.CTL provided in this archive.
  23. It should look like this:
  24.  
  25. F:\BT\INB\
  26. F:\BT\KNOWN\
  27. F:\BT\PROT\
  28. ST-Keep
  29. K:\BT\STICK.CTL
  30. F:\LOGS\TIC_TALK.LOG
  31. YES
  32. 5
  33.  
  34. Each line means something important to TIC-TALK, and if any of them is
  35. missing, TIC_TALK will simply exit without doing anything.
  36.  
  37. Line 1:  Path for normal inbound files (as in Binkley.Cfg)
  38. Line 2:  Path for "known" inbound files (as in Binkley.Cfg)
  39. Line 3:  Path for "protected" inbound files (as in Binkley.Cfg)
  40. Line 4:  ST-Keep or Express
  41. Line 5: Full path and filename of your STick Control File
  42. Line 6: Full path and name of your Tic-Talk Log.  May be the same as your
  43.         Binkley log;  Tic-Talk does NOT limit file size on the log file, so
  44.         you need to do so either manually or by letting Binkley handle it.
  45. Line 5: Fix CRC lines in the TIC file; YES or NO expected.
  46. Line 7: Log Level:  Level 1 reports the least amount of info;
  47.                     Level 5 reports every little detail.
  48.  
  49. All paths _MUST_ end with a backslash.  If you leave one out, TIC-TALK will
  50. probably exit without doing anything.  You certainly won't get the expected
  51. results.
  52.  
  53. The BBS type (ST-Keep or Express) is case-independent, which means that
  54. Uppercase, lowercase, or mixed cases are OK.  TIC_TALK uses this line to
  55. determine where to put your file descriptions.
  56.  
  57. IMPORTANT:  You MUST create a FILES or DESC folder in each path listed in
  58. your STICK or AUTOFILE control file, or TIC_TALK won't know where to put the
  59. descriptions it creates when an area is not found.  Don't put the names in
  60. the control file, just create the folders.  If you are running ST-Keep, just
  61. create a room for each of the indicated paths; then create a file
  62. description for any file in the room (put one there, if need be) and ST-Keep
  63. will create the FILES folder for you.
  64.  
  65. Fixing CRC lines:  AUTOFILE is case-sensitive; a CRC line in a TIC file
  66. must start with an all-uppercase "CRC" or AUTOFILE won't recognize it.  In
  67. order to fix this, TIC_TALK will rewrite the TIC file with a mixed-case or
  68. all-lowercase CRC line, putting it into uppercase.  If you don't want
  69. TIC_TALK to do that (or you don't need it), just put NO on Line 6 of the
  70. TIC_TALK control file.
  71.  
  72. Running TIC-TALK:
  73.  
  74. TIC-TALK may be run from the desktop, from Semper's Function or Execute
  75. dialogue, or from a command line interpreter such as Pcommand or Tomshell.
  76. It requires the full path and filename of the setup file that you decide to
  77. use.  Here's my command line:
  78.  
  79. TIC_TALK k:\bt\tic_talk.ctl
  80.  
  81. This tells TIC-TALK where to find the setup file, which in turn tells it
  82. where to work.
  83.  
  84. Enjoy!
  85.                 - Rich Tietjens aka "Captain Blade" aka "Guido the Torpedo"
  86.  
  87.