home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / util / cdity / muimousometer / product-info < prev    next >
Fred Fish's Product-Info  |  1995-08-25  |  3KB  |  99 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. MousoMeter
  6. .type
  7. Mouse Commodity
  8. .short
  9. Measures mouse movement
  10. .description
  11. MousoMeter is a cute little commodity that measures the distance (km)
  12. you "drive" with your Mouse.  Counters for daily and total usage.  Using 
  13. the time MousoMeter has been active, it can also calculate your average 
  14. "mouse-speed" in meters/hr. (However, don't let your boss see this!)
  15. MousoMeter also records the number of "Mouse-Clicks".  With a
  16. sophisticated program like MousoMeter, it should be easy to get
  17. a government grant to scientifically study Carpal-Tunnel!!
  18. .version
  19. 3.13
  20. .date
  21. 1995.04.20
  22. .author
  23. Wolfgang Breyha, Michael Matzl
  24. .reference
  25. FreshFish-Vol7:BBS/util/MUIMousoMeter-3.12.lha
  26. 3.12
  27. FreshFish-Vol7:New/util/cdity/MUIMousoMeter/
  28. 3.12
  29. FreshFish-Vol8-2:BBS/util/MUIMousoMeter-3.12.lha
  30. 3.12
  31. FreshFish-Vol9-2:BBS/util/MUIMousoMeter-3.12.lha
  32. 3.12
  33. GoldFish-Vol2-1:Files/util/cdity/MUIMousoMeter/
  34. 3.12
  35. GoldFish-Vol2-2:BBS/util/MUIMousoMeter-3.12.lha
  36. 3.12
  37. .requirements
  38. Requires OS2.04+, MUI 2.2+
  39. .distribution
  40. Copyrighted but Freely Redistributable
  41. .address
  42. Wolfgang Breyha
  43. 1130 WIEN
  44. Österreich
  45.  
  46. Michael Matzl
  47. Maurer-Langegasse 57/1/4
  48. 1238 WIEN
  49. Österreich
  50. .email
  51. h8706496@obelix.wu-wien.ac.at
  52. .docs
  53. ReadMe.mui
  54. docs/english/MousoMeter.doc
  55. docs/english/MousoMeter.guide
  56. docs/deutsch/MousoMeter.doc
  57. docs/deutsch/MousoMeter.guide
  58. .described-by
  59. Dan Fish (daf@starfish.amigalib.com)
  60. .submittal
  61. Downloaded via ftp from wuarchive.wustl.edu.
  62. .execute
  63. LAB Start
  64. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
  65. if $choice GT "0"
  66.   if $choice EQ "1"
  67.     set choice2 `RequestChoice "Options Selection" "Please select a Language" "English" "Deutsch" "Cancel"`
  68.     if $choice2 GT "0"
  69.       if $choice2 EQ "1"
  70.         MetaTool docs/english/MousoMeter.doc TEXT
  71.       else
  72.         if $choice2 EQ "2"
  73.           MetaTool docs/deutsch/MousoMeter.doc TEXT
  74.         endif
  75.       endif
  76.     endif
  77.   else
  78.     if $choice EQ "2"
  79.       set choice2 `RequestChoice "Options Selection" "Please select a Language" "English" "Deutsch" "Cancel"`
  80.       if $choice2 GT "0"
  81.         if $choice2 EQ "1"
  82.           MetaTool docs/english/MousoMeter.guide GUIDE
  83.         else
  84.           if $choice2 EQ "2"
  85.             MetaTool docs/deutsch/MousoMeter.guide GUIDE
  86.           endif
  87.         endif
  88.       endif
  89.     else
  90.       if $choice EQ "3"
  91.         MousoMeter000
  92.       endif
  93.     endif
  94.   endif
  95.   skip Start BACK
  96. endif
  97. .aminet-dir
  98. util/cdity
  99.