home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / mailers / ocs_101.zip / README.TXT < prev   
Text File  |  1993-03-08  |  2KB  |  53 lines

  1. I am not much on documentation so this is as good as it gets. I'm not
  2. one for guarantees either so the only guarantee that I will make is
  3. that my program will take up disk space.  Since Bit Bucket Software
  4. had made Binkley freely available I, in the same spirit, make
  5. Outbound Call Status freely available.  The only thing I insist on,
  6. is to keep the original distribution file intact and unmodified.
  7.  
  8. I have seen several Binkley log analyzers, but none as a mail pimp,
  9. errr, mail distributor, that would give me the information I needed. 
  10. What I was looking for was a program that would, read the Binkley
  11. log, and produce a report to show the number of call attempts that
  12. were made, who they were made to, and the result of the call attempt.
  13. This type of report would quickly show which systems my system was
  14. wasting time trying to call because a remote system was, more often
  15. than not, unavialable.  It was because of this I wrote Outbound Call
  16. Status (OCS).
  17.  
  18. To create the summary report enter "ocs -l <binkley log file>".  When
  19. OCS finishes, 2 files will be created:
  20.  
  21.                 OCS.DLY - This is the formatted summary report all
  22.                 attempted outbound calls.
  23.  
  24.                 OCS.DAT - This is a file containing condensed
  25.                 information displayed in the OCS.DLY file.  I
  26.                 currently do not use this, but have some future ideas
  27.                 for accumulation of data.  
  28.  
  29. Each run of OCS, to process the Binkley, log will over write the
  30. above files.  If you want to save them, you must do so manually.
  31.  
  32. OCS is distributed in ZIP format and contains the following files:
  33.  
  34. OCS.EXE         OS/2 version of OCS compiled with C Set/2.
  35. OCSD.EXE        DOS (ugh) version of OCS compiled with Borland C/C++.
  36. README.TXT      You are reading it.  A fine example of literary
  37.                 excellence, Huh.
  38.  
  39. If any of these files are missing or newones added, then someone has
  40. dorked with the file.  The current version of OCS can always be
  41. F'reqed from 1:106/202 under the magic name of "OCS".
  42.  
  43. Any problems, complaints (silly), or suggestions cheerfully accepted
  44. by Jim Dailey at 1:106/202.  If you encounter a problem, please
  45. attach a copy of the log you were processing.  This would definitly
  46. help in fixing the bug, ahhh.... quirk.
  47.  
  48. ---------------------------------------------------------------------
  49. Revision History
  50.  
  51. 02/27/93 - Initial release.
  52.  
  53.