home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / DL4B11.ZIP / DOWNLIST.DOC < prev    next >
Text File  |  1998-03-29  |  4KB  |  127 lines

  1. DownList.Exe v4.0 Public Beta - 11
  2. ==================================
  3. (c)1997-98 Crazy Nights Software
  4.  
  5. I, Ronald Schlegel, am not resposible for any damage or loss of data or
  6. equipment due to your use, or inability to use, this product.
  7.  
  8. TriBBS is owned by Gary Price of FreeJack's Software.
  9.  
  10. Now that's outta the way..let's have fun!
  11.  
  12. DownList.Exe v4.0 is another COOL addition to your TriBBS board!
  13. When run from your "File menu", users can download a copy of the
  14. file list from their current area, download "Queued Lists", download
  15. a list of new files, or download an "on-the-fly" Master File List.
  16.  
  17. LATER > DownList will generate a "default" screen...however,
  18. LATER > DownList supports a custom ANSI and/or ASCII screen(s).
  19. LATER > They should be called DOWNLIST.ANS and DOWNLIST.ASC,
  20. LATER > respectively (sorry, no @-codes are supported) and reside
  21. LATER > in the same directory with DOWNLIST.EXE.
  22.  
  23. DOWNMNT.EXE is the maintenance utility. It should be run
  24. nightly and right after you pack your user base. This will
  25. keep the DownList data files in sync with TriBBS.
  26.  
  27. Use the following format:
  28.  
  29.  DOWNMNT <path to node 1> <Command>
  30.  examples:
  31.  
  32.  DOWNMNT C:\TRIBBS UPDATE   <- Nightly
  33.  DOWNMNT C:\TRIBBS PACK     <- After you pack your user base
  34.  
  35. ------------
  36. INSTALLATION
  37. ------------
  38.  
  39. 1. To setup, all you need do is select a directory for DownList:
  40.    ex. C:\TRIBBS\DOWNLIST
  41.  
  42. 2. Unzip DL4B11.ZIP into this new directory.
  43.  
  44. 3. Next, edit the DOWNLIST.CFG file to suit your system.
  45.    (See below for protocol information.)
  46.  
  47. 4. Run DOWNMNT <path to Node 1> INDEX to create the initial index file.
  48.     ((Example: DOWNMNT C:\TRIBBS INDEX))
  49.  
  50.    (Running this should ONLY be done on the initial install! After this
  51.    time, it will set ALL of the users settings back to their defaults!)
  52.  
  53. 5. DownList must be called from a batch file! Now, call DownList similar
  54.    to the following:
  55.  
  56. CD\TRIBBS\DOWNLIST
  57. DOWNLIST DOWNLIST.CFG
  58. CD\TRIBBS
  59. BOARD
  60.  
  61. Yes, it's that easy! Your users will LOVE you for it <g>.
  62.  
  63. Note, if you want to look at DownList locally -> All functions work
  64. except the "<C>urrent File List". For this, you will need to
  65. cause a DOORS.TMP file to be created in your \NWORK directory.
  66.  
  67. Archivers & Protocols:
  68. ======================
  69. Proper configuration of your archivers and download protocols are very
  70. important if DownList is to function properly! DownList gets the archiving
  71. commands direct from TriBBS, so that should not be an issue.
  72.  
  73. Protocols are a slightly different story. In the DOWNLIST.CFG, there are
  74. 3 entries... "XMODEM=", "YMODEM=", and "ZMODEM=". This is where you put
  75. the respective protocol commands. DownList needs the following parameters
  76. for the protocol driver:
  77.  
  78.  %1 - The Comport
  79.  %2 - Baud
  80.  %3 - Filename
  81.  %4 - IRQ (if not standard)
  82.  
  83.  An example ZModem command for DSZ.COM :
  84.   dsz port %1 speed %2 D sz -rr %3
  85.  
  86. Required:
  87. =========
  88. Your archivers (PKZIP.EXE, LHA.EXE, RAR.EXE ,etc.) and download protocols
  89. MUST be in your "PATH=" statement for this door to work right. (Just follow
  90. the "rules" laid out in TRIBBS.DOC & all should go well <g>.)
  91.  
  92. -> Public Beta-11 Version! Changes are both possible & probable. I need
  93. to hear from you so I know what direction to take DownList. Your
  94. ideas/comments/etc are welcome & encouraged!
  95.  
  96. MultiNodes:
  97. ===========
  98.  
  99. DownList supports multi node useage. All you need to do is copy
  100. DOWNLIST.CFG to a new file (ex. DOWN2.CFG for node 2, etc) and edit
  101. this new file to suit your system. Then, call DownList with a similar
  102. command as above:
  103.  
  104. CD\TRIBBS\DOWNLIST
  105. DOWNLIST DOWN2.CFG
  106. CD\TRIBBS
  107. BOARD
  108.  
  109. ------------
  110.  
  111. ** Future development of DownList will depend on feedback! Enough
  112. inquiries about DownList & registrations will be the deciding factors. <g>
  113.  
  114. ------------
  115.  
  116. If you encounter ANY problems with this program or have ideas for TriBBS
  117. utilities:
  118.  
  119. The Dynasty BBS  (937)-258-1030
  120. Fido............ 1:110/1065
  121.  
  122. I also lurk in the TriBBS echoes on FidoNet.
  123.  
  124. Enjoy!
  125.  
  126. -Ron Schlegel
  127.