home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FAL702.ZIP / DLOADADD.DOC < prev    next >
Encoding:
Text File  |  1992-10-17  |  3.4 KB  |  79 lines

  1.  
  2. There are 2 utilities to help you maintain your download section.
  3. The first is DLREAD.EXE which reads the download database and prints
  4. the download list to your screen and to a disk file.  The file it
  5. creates is DLOAD.DMP .  This provides you with a text file suitable
  6. for editting, or any other use.  It is usually a good idea to have
  7. a current list of your downloads available for people to download
  8. and view offline.
  9.  
  10. The second utility is DLOADADD.EXE which reads a text file and creates
  11. database entries.  This is pretty much the opposite of the function
  12. performed by DLREAD.  DLOAD.DMP is written in a format acceptable to
  13. DLOADADD, so you can simply edit DLOAD.DMP and make any changes or
  14. additions that you like, then rebuild the database file with DLOADADD.
  15. When you run DLOADADD you are asked to supply the name of the text file
  16. that contains the text entries.
  17.  
  18. If an entry already exists matching the file name, category, and library
  19. number of the record to be added, the existing record is overwritten,
  20. else the new record is added to the file.
  21.  
  22. The format for text entries to be processed by DLOADADD is listed below.
  23.  
  24. Each entry consists of at least 2 lines.  The first line has 8 or 9 fields
  25. which may be separated by commas or tabs.  The fields are :
  26.  
  27.   1. File Library number (0-9)
  28.   2. File Category within library  (0-9)
  29.   3. The file name, with extension
  30.   4. The file size
  31.   5. The date the file was created, in MM/DD/YY format
  32.   6. How many times the file has been downloaded
  33.   7. The date the file was last downloaded
  34.   8. The name of the user who uploaded the file.
  35.  
  36. * Field 8 may be used to specify the axact path to the file.  This is
  37. * particularly useful in the case of CD-ROM usage, where files may be spread
  38. * across dozens of subdirectories.
  39. * If the first character of this field is '@', the rest of the field is
  40. * taken as the path to the file, i.e. @F:\120A\
  41.  
  42.   9. Password
  43.  
  44. *The 9th field is optional.  If the file has no password, this field may
  45. *be omitted.
  46.  
  47. The next 1-15 lines contain the file description.
  48. The file description is terminated by a line of at least 10 equal
  49. signs ( ========== ) starting in column 1.
  50.  
  51. Below are 3 file listings acceptable to DLOADADD.EXE
  52. Note that there are no blank lines between entries, and each entry
  53. ends with a line of at least 10 equal signs.
  54. The first line of each entry uses commas to separate the 8 fields.
  55.  
  56. The first listing goes into Library 0 Category 0
  57. The second listing goes into Library 1 Category 0,
  58.         and has a password : mypasw
  59. The third listing goes into Library 2 Category 3, and the file exists
  60.         on drive F: in directory ROMFILES
  61.  
  62.  
  63. 00,00,doorinfo.zip,15287,12/02/89,14,03/15/90,herb
  64. This is a set of text files that describe how to write DOORS programs for
  65. the FALKEN Multi-user BBS.  The interfaces between the doors programs is
  66. the BBS program is described, and sample programs are included to
  67. demonstrate the processes required for successful communication between
  68. tasks.  Unarchive with ARC or PKUNPAK.
  69. ====================
  70. 01,00,capcom.zip,121856,12/10/89,5,02/26/90,herb,mypasw
  71. Captain Comic - a shareware game for IBM computers with EGA graphics.
  72. This is a pretty good arcade-style game.  Worth the time to d/l it!
  73. ====================
  74. 02,03,pcstyle.zip,102021,10/19/89,0,10/19/89,@f:\romfiles\
  75. This program analyzes your writing style for you.
  76. ====================
  77.  
  78. The
  79.