home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / comm / misc / phonebill / product-info < prev   
Encoding:
Fred Fish's Product-Info  |  1995-08-25  |  1.9 KB  |  80 lines

  1. .name
  2. Phonebill
  3. .type
  4. Communications
  5. .short
  6. Log file analyzer-determine call costs
  7. .description
  8.    `phonebill' is, simply said, a log file analyzer. What it basically
  9. does is scan log file(s) generated by a terminal program or a mailer,
  10. extract all information about calls you have made by using your modem,
  11. and store this in its own (short) format. After extracting the calls
  12. `phonebill' can generate various reports in which you can find
  13. information on duration and costs of the calls.
  14. .version
  15. 3.3b
  16. .date
  17. 1995.06.17
  18. .author
  19. Raymond Penners
  20. .restrictions
  21. * Binary log file maintenance and report presets are disabled.
  22.  
  23. * `phonebill' only calculates the fees with up to two decimals (e.g.
  24.   $0,15). In the registered version nine decimals are supported,
  25.   which provides a better accuracy.
  26. .reference
  27. AmigaLibDisk917:PhoneBill/
  28. 1.08
  29. FreshFish-Vol1:New/AmigaLibDisks/Disk917/PhoneBill/
  30. 1.08
  31. FreshFish-Vol2:Old/AmigaLibDisks/Disks900-919/Disk917/PhoneBill/
  32. 1.08
  33. FrozenFish-Vol1:BBS/ALib/d9xx/d917/PhoneBill.lha
  34. 1.08
  35. GoldFish-Vol1-1:BBS/d9xx/d917/PhoneBill.lha
  36. 1.08
  37. GoldFish-Vol1-2:d9xx/d917/Phonebill/
  38. 1.08
  39. .distribution
  40. Shareware
  41. .price
  42. $10 (US), DM 15, FL 15, AUD $15
  43. .address
  44. Raymond Penners
  45. Berkenlaan 4
  46. NL-6241 AZ Bunde (The Netherlands)
  47. .email
  48. raymondp@stack.urc.tue.nl
  49. .docs
  50. Documentation/Phonebill.doc
  51. Documentation/Phonebill.dvi
  52. Documentation/Phonebill.guide
  53. Documentation/Register.doc
  54. Documentation/Register.Italy
  55. .described-by
  56. Richard Fish (rjf@amigalib.com)
  57. .submittal
  58. Downloaded via ftp from wuarchive.wustl.edu.
  59. .aminet-dir
  60. comm/misc
  61. .execute
  62. LAB Start
  63. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
  64. if $choice GT "0"
  65.   if $choice EQ "1"
  66.     MetaTool Documentation/PhoneBill.doc  TEXT
  67.   else
  68.     if $choice EQ "2"
  69.       cd Documentation
  70.       MetaTool Phonebill.guide GUIDE
  71.       cd /
  72.     else
  73.       if $choice EQ "3"
  74.         wbrun PhoneBill
  75.       endif
  76.     endif
  77.   endif
  78.   skip Start BACK
  79. endif
  80.