home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-08-25 | 2.5 KB | 99 lines |
- # This file contains product information that can be used by
- # KingFisher 2.0 and other similar tools.
-
- .name
- MousoMeter
- .type
- Mouse Commodity
- .short
- Measures mouse movement
- .description
- MousoMeter is a cute little commodity that measures the distance (km)
- you "drive" with your Mouse. Counters for daily and total usage. Using
- the time MousoMeter has been active, it can also calculate your average
- "mouse-speed" in meters/hr. (However, don't let your boss see this!)
- MousoMeter also records the number of "Mouse-Clicks". With a
- sophisticated program like MousoMeter, it should be easy to get
- a government grant to scientifically study Carpal-Tunnel!!
- .version
- 3.13
- .date
- 1995.04.20
- .author
- Wolfgang Breyha, Michael Matzl
- .reference
- FreshFish-Vol7:BBS/util/MUIMousoMeter-3.12.lha
- 3.12
- FreshFish-Vol7:New/util/cdity/MUIMousoMeter/
- 3.12
- FreshFish-Vol8-2:BBS/util/MUIMousoMeter-3.12.lha
- 3.12
- FreshFish-Vol9-2:BBS/util/MUIMousoMeter-3.12.lha
- 3.12
- GoldFish-Vol2-1:Files/util/cdity/MUIMousoMeter/
- 3.12
- GoldFish-Vol2-2:BBS/util/MUIMousoMeter-3.12.lha
- 3.12
- .requirements
- Requires OS2.04+, MUI 2.2+
- .distribution
- Copyrighted but Freely Redistributable
- .address
- Wolfgang Breyha
- 1130 WIEN
- Österreich
-
- Michael Matzl
- Maurer-Langegasse 57/1/4
- 1238 WIEN
- Österreich
- .email
- h8706496@obelix.wu-wien.ac.at
- .docs
- ReadMe.mui
- docs/english/MousoMeter.doc
- docs/english/MousoMeter.guide
- docs/deutsch/MousoMeter.doc
- docs/deutsch/MousoMeter.guide
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .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"
- set choice2 `RequestChoice "Options Selection" "Please select a Language" "English" "Deutsch" "Cancel"`
- if $choice2 GT "0"
- if $choice2 EQ "1"
- MetaTool docs/english/MousoMeter.doc TEXT
- else
- if $choice2 EQ "2"
- MetaTool docs/deutsch/MousoMeter.doc TEXT
- endif
- endif
- endif
- else
- if $choice EQ "2"
- set choice2 `RequestChoice "Options Selection" "Please select a Language" "English" "Deutsch" "Cancel"`
- if $choice2 GT "0"
- if $choice2 EQ "1"
- MetaTool docs/english/MousoMeter.guide GUIDE
- else
- if $choice2 EQ "2"
- MetaTool docs/deutsch/MousoMeter.guide GUIDE
- endif
- endif
- endif
- else
- if $choice EQ "3"
- MousoMeter000
- endif
- endif
- endif
- skip Start BACK
- endif
- .aminet-dir
- util/cdity
-