home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-08-25 | 1.9 KB | 80 lines |
- .name
- Phonebill
- .type
- Communications
- .short
- Log file analyzer-determine call costs
- .description
- `phonebill' is, simply said, a log file analyzer. What it basically
- does is scan log file(s) generated by a terminal program or a mailer,
- extract all information about calls you have made by using your modem,
- and store this in its own (short) format. After extracting the calls
- `phonebill' can generate various reports in which you can find
- information on duration and costs of the calls.
- .version
- 3.3b
- .date
- 1995.06.17
- .author
- Raymond Penners
- .restrictions
- * Binary log file maintenance and report presets are disabled.
-
- * `phonebill' only calculates the fees with up to two decimals (e.g.
- $0,15). In the registered version nine decimals are supported,
- which provides a better accuracy.
- .reference
- AmigaLibDisk917:PhoneBill/
- 1.08
- FreshFish-Vol1:New/AmigaLibDisks/Disk917/PhoneBill/
- 1.08
- FreshFish-Vol2:Old/AmigaLibDisks/Disks900-919/Disk917/PhoneBill/
- 1.08
- FrozenFish-Vol1:BBS/ALib/d9xx/d917/PhoneBill.lha
- 1.08
- GoldFish-Vol1-1:BBS/d9xx/d917/PhoneBill.lha
- 1.08
- GoldFish-Vol1-2:d9xx/d917/Phonebill/
- 1.08
- .distribution
- Shareware
- .price
- $10 (US), DM 15, FL 15, AUD $15
- .address
- Raymond Penners
- Berkenlaan 4
- NL-6241 AZ Bunde (The Netherlands)
- .email
- raymondp@stack.urc.tue.nl
- .docs
- Documentation/Phonebill.doc
- Documentation/Phonebill.dvi
- Documentation/Phonebill.guide
- Documentation/Register.doc
- Documentation/Register.Italy
- .described-by
- Richard Fish (rjf@amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .aminet-dir
- comm/misc
- .execute
- LAB Start
- set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
- if $choice GT "0"
- if $choice EQ "1"
- MetaTool Documentation/PhoneBill.doc TEXT
- else
- if $choice EQ "2"
- cd Documentation
- MetaTool Phonebill.guide GUIDE
- cd /
- else
- if $choice EQ "3"
- wbrun PhoneBill
- endif
- endif
- endif
- skip Start BACK
- endif
-