home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / TFDIR103.ZIP / TRIFDIR.DOC < prev    next >
Text File  |  1995-01-02  |  4KB  |  112 lines

  1.                                  TriFDir 1.03
  2.                      Copyright (c) 1994 By Lawrence Gordon
  3.  
  4.      TriFDir is distributed on the freeware basis.  As such, it is a
  5.      copyrighted work and can be freely used by TriBBS sysops.  Any 
  6.      other use is strictly forbidden.
  7.  
  8. I.   Purpose
  9.  
  10.      TriFDir simply makes a file directory display of your TriBBS file
  11.      areas. It is designed to create a DIRSx.BBS display file for the
  12.      security level you pass to it on the command line.
  13.  
  14. II.  Usage
  15.  
  16.      Syntax:
  17.  
  18.      TriFDir x - where "x" is the desired security level
  19.  
  20.      Suppose you want a file directory display available for callers 
  21.      with a security level of 10.  You would call TriFDir as follows:
  22.  
  23.      TriFDir 10
  24.  
  25.      TriFDir would then create a DIRS10.BBS in your TriBBS DISPLAY
  26.      directory.
  27.  
  28.      To create a DIRSALL.BBS, you would enter either:
  29.  
  30.      TriFDir
  31.      TriFDir All
  32.  
  33.      You may run TriFDir as a standalone program or in an event, and
  34.      create a file directory listing for any security level.
  35.  
  36.      The following shows how to call TriFDir from a FrontDoor 
  37.      nightly event:
  38.  
  39. :nightly
  40. echo ath0m0 >com2:
  41. cd c:\tribbs
  42. trimdir 100
  43. trimdir 10
  44. trifdir 100
  45. trifdir 10
  46. makeidx /all
  47. triflop all
  48. pkzip f100-559 roast.lst
  49. copy f100-559.zip c:\tribbs\public
  50. erase f100-559.zip
  51. erase roast.lst
  52. tripack
  53. statblst
  54. goto start
  55.  
  56. III. Configuration
  57.  
  58.      Configuration of TriFDir is a snap. Create a file named
  59.      TRIFDIR.CFG. On line 1, type the drive and directory of
  60.      TriBBS's home directory. On line 2, type the name of the
  61.      BBS Sysop.
  62.  
  63.      C:\TRIBBS
  64.      Lawrence Gordon
  65.  
  66.      A sample configuration file is included in the archive.
  67.      Edit it to reflect your actual setup.
  68.  
  69.      TRIFDIR.CFG must be in the same directory as TriFDir.Exe
  70.      when the program is run.
  71.  
  72. IV.  Output
  73.  
  74.      Here's what a DIRS100.BBS might look like.
  75.  
  76. @MOREON@@CLS@@X0F═══════════════════════════════════════════════════════════════════════════════
  77.  @X0E@BOARDNAME@                                            Sysop: Lawrence Gordon
  78. @X0F═══════════════════════════════════════════════════════════════════════════════
  79.  @X0AArea# @X0BDescription                    @X0AArea# @X0BDescription
  80. @X0F═══════════════════════════════════════════════════════════════════════════════
  81.  @X0A  1@X0B   Uploads                       @X0F @X0A  2@X0B   Miscellaneous                 @X0F
  82.  @X0A  3@X0B   Private                       @X0F @X0A  4@X0B   Public Files                  @X0F
  83.  @X0A  5@X0B   Sysop Stuff                   @X0F
  84. @X0F═══════════════════════════════════════════════════════════════════════════════
  85.                @X0ATriFDir v1.03 - The TriBBS Files Directory Lister@X0F
  86.            @X0CCopyright (C) 1995 * Lawrence Gordon * All Rights Reserved@X0F
  87. @X0F═══════════════════════════════════════════════════════════════════════════════
  88.  
  89.  
  90. V.   Support
  91.  
  92.      If you need help with TriFDir, leave a message to Lawrence Gordon on
  93.      Toast House BBS at 314-994-0312 or in the TN_3RDPARTY conference.
  94.  
  95. VI.  History
  96.  
  97.      08/29/94 - v1.0 Released
  98.  
  99.      01/02/95 - v1.03; changed directory display to eliminate number
  100.                 of files and file bytes; two directories now listed
  101.                 on one line;
  102.  
  103. VII. Other TriBBS Software by Lawrence Gordon:
  104.  
  105.      ZapMSG  - delete *.MSG files after Tridog/GEcho scans/tosses
  106.  
  107.      TriMDir - TriBBS Message Directory Display Utility
  108.  
  109.      TriFLOP - TriBBS File List Output Program
  110.  
  111.      TTLOG   - Logging utility for TriToss
  112.