home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / ECHORPT.ZIP / ECHOREPT.DOC < prev    next >
Encoding:
Text File  |  1993-05-09  |  1.8 KB  |  58 lines

  1.  
  2. ECHOREPT -- Incoming echo traffic reporter for Gecho
  3. by Tom Almy, Fidonet 1:105/290, Internet tom.almy@tek.com
  4.  
  5. ECHOREPT is a free program, which comes with source code in C. You
  6. may modify it, and do anything you want with it. Use it at your own
  7. risk.
  8.  
  9. ECHOREPT is based on the program GMS, but is easier to use, and
  10. produces simpler output. I wrote it because I wanted reports on a
  11. revolving basis -- for example, the last 7 days rather than during the
  12. current week.
  13.  
  14. To use, place ECHOREPT in your path, then run it as follows after every
  15. gecho toss:
  16.  
  17.    gecho toss
  18.    echorept
  19.  
  20. If you are using GMS at the same time, then use the following commands:
  21.    
  22.    gecho toss
  23.    copy %fd%\summary.log temp.log
  24.    gms  <any gms arguments>
  25.    copy temp.log %fd%\summary.log
  26.    erase temp.log
  27.    echorept
  28.  
  29.  
  30. ECHOREPT requires the correct setting of the GE environment variable.
  31. ECHOREPT creates and modifies a data file in the directory that it is
  32. run from. ECHOREPT is configured to handle up to three hundred echo
  33. areas, and deletes dropped areas after they have had no traffic in
  34. thirty days.
  35.  
  36. To create reports, give the report file name(s) as arguments. There
  37. are four reports. If insufficient arguments are given, only those
  38. arguments provided will produce reports. To not produce a specific
  39. report, give the name "nul". Besides "nul", the names must be unique.
  40.  
  41. echorept rep1.asc        -- produce the first report as rep1.asc
  42. echorept rep1.asc rep2.asc rep3.asc rep4.asc  -- produce all 4 reports
  43. echorept nul rep2.asc    -- produce only the second report.
  44.  
  45. The first report shows today's traffic, since last midnight.
  46.  
  47. The second report shows traffic in the last seven days, and the totals for
  48. that period.
  49.  
  50. The third report shows traffic in the last four weeks.
  51.  
  52. The fourth report shows total traffic in 30 days.
  53.  
  54.  
  55. Enjoy!
  56.  
  57. Tom
  58.