home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
comm
/
misc
/
phonebill
/
product-info
< prev
Wrap
Fred Fish's Product-Info
|
1995-09-27
|
3KB
|
104 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.3c
.date
1995.08.10
.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
set choice `RequestChoice "PhoneBill" "Please select an option" "View Doc" "View Guide" "Install Program" "Run Program" "Cancel"`
if $choice EQ "0"
quit 5
endif
if $choice EQ "1"
MetaTool Documentation/PhoneBill.doc TEXT
endif
if $choice EQ "2"
cd Documentation
MetaTool Phonebill.guide GUIDE
cd /
endif
if $choice EQ "3"
set choice2 `RequestChoice "Install PhoneBill" "Please select a language" "English" "Italiano" "Nederlands" "Svenska" "Cancel"`
if $choice2 EQ "0"
quit 0
endif
if $choice2 EQ "1"
installer SCRIPT "Install/Install" APPNAME Phonebill MINUSER EXPERT DEFUSER EXPERT LANGUAGE english NOPRETEND
endif
if $choice2 EQ "2"
installer SCRIPT "Install/Install" APPNAME Phonebill MINUSER EXPERT DEFUSER EXPERT LANGUAGE italiano NOPRETEND
endif
if $choice2 EQ "3"
installer SCRIPT "Install/Install" APPNAME Phonebill MINUSER EXPERT DEFUSER EXPERT LANGUAGE nederlands NOPRETEND
endif
if $choice2 EQ "4"
installer SCRIPT "Install/Install" APPNAME Phonebill MINUSER EXPERT DEFUSER EXPERT LANGUAGE svenska NOPRETEND
endif
endif
if $choice EQ "4"
PhoneBill
endif