home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / pcboard / ufdc10.zip / UFDC.CFG < prev    next >
Text File  |  1993-07-21  |  2KB  |  49 lines

  1. ;
  2. ;     ╔══════════╗
  3. ;     ║ UFDC.CFG ║ The Ultimate File Download Counter  Version 1.00
  4. ;     ╚══════════╝
  5. ;
  6. ;      Copyright 1993 (C) by Paul S. Taylor, All Rights Reserved.
  7. ;
  8. ;   This is the configuration file UFDC reads to determine how to process
  9. ;   each DIR file.  Use a ";" to specify a comment line.
  10. ;
  11. ;───────────────────────────────────────────────────────────────────────────
  12. ;
  13. ;
  14. ;  DLSTXT=  The full path and file name of your download.txt file.  This
  15. ;  ──────   is a file that is created by PCBoard that records all
  16. ;           downloads and uploads from your system.  The default is
  17. ;           "DOWNLOAD.TXT" if commented out.
  18. ;
  19. ;     Ex: DLSTXT=C:\PCB\MAIN\DOWNLOAD.TXT
  20. ;
  21. ;   NOTE : UFDC will search through your hard drive if you do not specify
  22. ;          any particular path.
  23. ;
  24. DLSTXT=DOWNLOAD.TXT
  25. ;
  26. ;───────────────────────────────────────────────────────────────────────────
  27. ;
  28. ;  DIR= The full path and file name of a DIR (directory listing) file you
  29. ;  ───  would like UFDC to search, edit, and update.  You may list up to
  30. ;       25 DIR files.
  31. ;
  32. ;     Ex: DIR=C:\PCB\MAIN\DIR1
  33. ;     Ex: DIR=C:\PCB\MAIN\UPLD
  34. ;
  35. ;   NOTE : UFDC will search through your hard drive if you do not specify
  36. ;          any particular path, but it is recommended to specify the ENTIRE
  37. ;          path to your DIR files.
  38. ;
  39. ;   Hint:  It is best to specify your DIR files from your directories that
  40. ;          receive the most downloads first to speed up the search process.
  41. ;
  42. DIR=UPLD
  43. DIR=DIR1
  44. DIR=DIR2
  45. DIR=DIR3
  46. ;
  47. ;
  48. ;────────────────────────────────────────────────────────────────────── <END>
  49.