home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / c / cshot103.zip / CS-HOT.DOC < prev    next >
Text File  |  1993-03-08  |  2KB  |  46 lines

  1. CS-HOT version 1.03        Copyright (C) 1993 by Jim Robeson
  2.                                                     3/08/93
  3. Function:
  4.   Read the output of PCBCS143 (arg-1),
  5.     and strip it down to a "hotfile" report (arg-2),
  6.     according to the format requested (arg-3),
  7.     dropping files uploaded only X-MANY times (arg-4).
  8.         "FORM" must be 1 or 2 or 3 (no defaults)
  9.            1 = output only "files downloaded" section
  10.            2 = also include the "1st page stats" section
  11.            3 = also include the "multi-node" section, if it exists.
  12.         "XMANY" must be 0 to 9 (see readme)
  13.  
  14. Other uses:
  15.   None.
  16.  
  17. Execution:
  18.   Run from command line or .BAT:
  19.     CS-HOT drv:\path\in-file-name drv:\path\out-file-name FORM XMANY
  20.   If run without arguments, a bit of help appears.
  21.  
  22. To test:
  23.    See the file TESTIT.BAT, it is set up to read BLT4 and create
  24.    BLT1, BLT2 and BLT3.  Go ahead and try it in your temporary
  25.    test directory.
  26.  
  27. Compiled with:
  28.   Borland's Turbo C 2.0.
  29.   tcc cs-hot
  30.  
  31. Disclaimer:
  32.   This program is contributed to the Public Domain.  It can be
  33.   freely used, modified and/or distributed by anyone. The only
  34.   thing I ask is that you remember that I am not responsible
  35.   for anything that might go wrong through the use of this
  36.   program.  I have tested the program enough for my own use.
  37.   I also realize that bugs can appear in most every program.
  38.   Therefore, YOU USE THIS PROGRAM AT YOUR OWN RISK.
  39.  
  40. To-do:
  41.   strip taglines out of mail packets before they get to the system.
  42.  
  43. Enjoy,
  44. Jim Robeson
  45. The Cricket BBS, Pacific Grove CA,  408-373-3773
  46.