home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / modem / analg131.zip / ANALYZE.ME < prev    next >
Text File  |  1993-08-18  |  4KB  |  91 lines

  1.    Before I begin, I'd like to say a special thanks to Mark A. Workman of 
  2. Joplin, MO.  Without him this program would have taken years longer than it 
  3. did.  And thanks for the Linked List concept.
  4.  
  5.    Now on to the real stuff.
  6.  
  7.    Welcome to ANALOG.  A {COMMO} log file analyzer.  ANALOG is a easy to use
  8. program.  All that is required is to copy ANALOG13.ZIP to your {COMMO} log
  9. file directory and type pkunzip ANALOG13.ZIP.  This extracts the file required
  10. for operation, ANALOG.EXE.  The only other file required to make my program
  11. work is the COMMO.LOG file, which {COMMO} writes when you make a call with
  12. {COMMO}.
  13.  
  14.    ANALOG is the first program I have written so don't expect too much, but it
  15. fulfills my need in a {COMMO} log file analyzer.  I have a few ideas for 
  16. version 2 but haven't figured out how to incoporate them, YET!  Any ideas or
  17. suggestions are definitely welcome.  The most recent version of ANALOG should
  18. always be available from SHADOWS KEEP (a RoboBoard) (417)781-5688,
  19. 1:286/705@fidonet.
  20.  
  21.    Here is the help screen.  It displays everything you need to know about
  22. operating ANALOG.EXE.
  23.    
  24. ANALOG 08/18/93        MYL Technologies LTD.       by the MYL Programming Team
  25. ──────────────────────────────────────────────────────────────────────────────
  26. You didn't supply your cost/minute.  i.e. If your average long distance charge
  27. is 15 cents per minute, Your command-line would be:  ANALOG .15
  28.  
  29.    USAGE:  ANALOG <cost per minute> <switches>
  30.  
  31. SWITCHES:  Are as Follows
  32.  
  33.       /s Will NULL output to the Screen but WRITE to file ANA.LOG
  34.       /g Will draw the Time Percentage Graph to the screen ONLY with no ANA.LOG
  35.       /? or /h Will display THIS Help Screen. See ANALYZE.ME for more help
  36.       NO command line paramaters WILL also bring up THIS Help Screen
  37.  
  38.  
  39.  EXAMPLE:  ANALOG .25 /s
  40.  
  41.  
  42. This would set your long distance phone bill rate to 25 cents per minute and
  43. would write the ANA.LOG file but WOULD NOT output anything to the screen
  44. Sending the output to file ONLY is quite a bit faster than to file AND screen
  45.  
  46. You ALWAYS have to supply the Cost Per Mimute for ANALOG.EXE to work correctly!
  47.  
  48.    Here are some further examples:
  49.  
  50. ANALOG /m        - This is a special thanks screen
  51. ANALOG /g .17    - This will draw the TPG to screen and won't write ANA.LOG
  52. ANALOG .17 /G    - This will do the exact same thing as the previous example
  53. ANALOG .19 /s    - This will write ANA.LOG only with no screen output
  54. ANALOG .21       - This will run the program normally, with screen and file I/O
  55. ANALOG /dogfood  - I don't think this will crash the program, but it won't give
  56.                    acurate anything.
  57.  
  58.    If you have any comments, questions, or suggestions please post them in
  59. the {COMMO} echo or write me at:
  60.  
  61.                      MYL Technologies, LTD.
  62.                      c/o Darren Schroeder
  63.                      403 Richard
  64.                      Hot Springs, AR  71913
  65.  
  66.    As this is my first real program, I am including the source code for all
  67. you real programmers to laugh at or change at will.  Be my guest.  You could
  68. probably kill the 5 second nag screen yourself if you have a C compiler, but
  69. I would you prefer you to send me $5.00 for all our hard work and I'll rip 
  70. it out for you.  Send only check or money order to the address above made out
  71. to Darren Schroeder.  Being a shareware fanatic, I don't think $5.00 is a lot
  72. to ask for a program since I see so many for so much more.  I think we get
  73. ripped off enough by retail software.  Please only send the money if you think
  74. the program is worth it.  If you don't think it is worth it, then obviously
  75. you will not continue to use it, so please don't.
  76.  
  77. Special thanks number two to Fred Brucker for writing the communications 
  78. program of the century, {COMMO}, even though I still haven't registered it.
  79. YET!
  80.  
  81.    If I left anything important out of have offended anyone for any reason,
  82. I officially apologize.  By the way, ANALOG.EXE and all the associated files
  83. are not waranted in any way, shape or form.  I do not promise these files to
  84. work or be virus free, as I know zip files can pick up things on their way.
  85. The only promise I make is that it works on my ZEOS, and a wierd little HYUNDAI
  86. (or however you spell it).
  87.  
  88. ************** UPDATE ********************
  89.   The source code is no longer in the ZIP file but available on request by
  90. writing or emailing me.  Thank You!
  91.