home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / CEREBRUM / WWUE104.ZIP / UPLDECHO.DOC < prev    next >
Text File  |  1995-07-21  |  5KB  |  121 lines

  1. ┌───────────────────[ A Cerebrum Programming Production ]────────────────────┐
  2. │                                                                            │
  3. │                           WWIV UpldEcho v1.04                              │
  4. │                   Copyright (c) 1993-1995 by Frank Reid                    │
  5. │                           All Rights Reserved                              │
  6. │                                                                            │
  7. │                      An External File Upload Utility                       │
  8. │                         for WWIV v4.2x BBS Systems                         │
  9. │                                                                            │
  10. └────────────────────────────────────────────────────────────────────────────┘
  11.  
  12. I. Introduction.
  13.  
  14. 1.  UpldEcho is a utility to upload files into WWIV file directories directly
  15. from DOS.  UpldEcho manages Fidonet's fantastic fileecho system which delivers
  16. files to your mailer.  Before UpldEcho, you must //UPLOADFILE for each file
  17. directory, but no more!
  18.  
  19. 2.  UpldEcho searches your file directories which correspond to your *.DIR
  20. files.  If one contains a FILES.BBS listing, it uploads the files in the
  21. listing to your WWIV file directories, using the description from the
  22. FILES.BBS listing.  If an archive file contains an extended description file
  23. (FILE_ID.DIZ or DESC.SDI), it will use that description instead.
  24.  
  25. 3.  UpldEcho only processes hard disk directories.  Look for another Cerebrum
  26. product soon to do the same chore (and more) for your CDROMs!
  27.  
  28. II. Installation.
  29.  
  30. 1.  Simply copy UPLDECHO.EXE to your main WWIV directory.  UpldEcho takes two
  31. commandline parameters.  Both are optional.
  32.  
  33.         UpldEcho [/F] [/D]
  34.  
  35.         /D deletes the FILES.BBS after successfully processing a file area.
  36.  
  37.         /F uses the second, less common FILES.BBS format.  If this parameter
  38.         is specified, UpldEcho expects a four column FILES.BBS like:
  39.  
  40.              FILENAME.EXT   123456   01-23-45    DESCRIPTION OF THE FILE
  41.  
  42.         By default, UpldEcho uses the more common two column format, like:
  43.  
  44.              FILENAME.EXT   DESCRIPTION OF THE FILE
  45.  
  46. III. Usage.
  47.  
  48. UpldEcho is run from DOS.  The best place to use UpldEcho is in your mailer's
  49. batch file to upload files after receiving new files via your fileecho feeds.
  50. For example, the popular AllFix file processor returns an errorlevel 8 if it
  51. successfully processes inbound files.  In my mailer batch file, I have:
  52.  
  53. :filein
  54. allfix file
  55. if not errorlevel 8 goto nofiles
  56. d:
  57. cd\wwiv
  58. upldecho
  59. :nofiles
  60. (continue with normal processing)
  61.  
  62. You might also call UpldEcho in your WWIV daily external event to add the
  63. newly received files later.
  64.  
  65. IV. Registration.
  66.  
  67. UpldEcho is another fine Cerebrum product.  Cerebrum is a group of loosely
  68. affiliated (but very skilled!) programmers working to provide creative
  69. solutions for WWIV sysops.  (Several of Cerebrum's staff are WWIV support
  70. Sites!)  Show your support and keep high quality Cerebrum products coming!
  71.  
  72. Registration is only $5.00!
  73.  
  74. Fill out the enclose ORDER.FRM or send your registration to:
  75.  
  76.     Frank Reid
  77.     9350 Harvest Way
  78.     Laurel, MD 20723
  79.  
  80. V. Disclaimer.
  81.  
  82. The author makes no warranties, expressed or implied, as to the quality or
  83. performance of this program.  Your use of this program constitutes your
  84. release of the author from liability or litigation for any indirect or
  85. consequential damages arising from the use of this program or its associated
  86. files.
  87.  
  88. In no event will the author be liable to you for any damages, including any
  89. lost profits, lost savings or other incidental or consequential damages
  90. arising out of your use or inability to use the program, or for any claim by
  91. any other party.
  92.  
  93. VI. History.
  94.  
  95. Version 1.00 (11/10/94)
  96.   - Initial release
  97.  
  98. Version 1.01 (11/14/94
  99.   - Forgot to include UPLDECHO.DOC in the archive!
  100.  
  101. Version 1.04 (07/21/95)
  102.   - Major rewrite using all file sharing routines.
  103.   - Eliminated configuration file.
  104.  
  105. Thanks to all the Sysops who've made releasing modifications and utilities fun!
  106. Comments, criticisms, and suggestions for improvement should be directed to:
  107.  
  108.     WWIVnet  : 1@8213
  109.     IceNET   : 1@3104
  110.     TerraNet : 1@3104
  111.     WWIVLink : 1@13104
  112.     FILEnet  : 1@1160
  113.     Fidonet  : 1:109/568
  114.  
  115. You can always find the latest version (and more than 1GB of Sysop-specific
  116. utilities, doors and source modifications!) on:
  117.  
  118.             Eagle's Dare
  119.            (301) 498-1984
  120.            28.8k/24 Hours
  121.