home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / util / misc / ir-master / product-info < prev    next >
Fred Fish's Product-Info  |  1995-08-25  |  2KB  |  90 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. IRMaster
  6. .type
  7. Hardware
  8. .short
  9. Use Amiga as an infrared remote
  10. .description
  11. The IR-Master project consists of two software components
  12. and a control hardware which is connected to the joystickport.
  13. With this equipment you can control almost every device which
  14. is supplied with an IR remote.
  15. .version
  16. 3.30
  17. .date
  18. 1995.06.07
  19. .author
  20. Jürgen Frank
  21. Michael Watzl
  22. .requirements
  23. Requires OS2.x+, and hardware available from the authors
  24. .reference
  25. FreshFish-Vol9-1:New/util/misc/IRMaster/
  26. 3.11
  27. FreshFish-Vol8-2:BBS/util/IRMaster-2.6.lha
  28. 2.6
  29. GoldFish-Vol2-1:Files/util/misc/IRMaster/
  30. 2.6
  31. FreshFish-Vol6:New/util/misc/IRMaster/
  32. 2.6
  33. FreshFish-Vol6:BBS/util/IRMaster-2.6.lha
  34. 2.6
  35. GoldFish-Vol2-2/BBS/util/IRMaster-2.6.lha
  36. 2.6
  37. AmigaLibDisk993:IRMaster/
  38. 2.2 
  39. AmigaLibDisk943:IRMaster/
  40. 1.0
  41. .distribution
  42. Shareware
  43. .price
  44. $15 - $40 (US)
  45. .address
  46. Michael Watzl
  47. Konradstr. 11
  48. 86609 Donauwoerth
  49. Tel: +49 906 5834
  50. Germany
  51.  
  52. Juergen Frank
  53. Wittelsbacherweg 7
  54. 86609 Donauwoerth
  55. Tel: +49 906 1057
  56. Germany
  57. .docs
  58. IMPORTANT
  59. WICHTIG!
  60. irmaster330.readme
  61. .described-by
  62. Dan Fish (daf@starfish.amigalib.com)
  63. .submittal
  64. Downloaded via ftp from wuarchive.wustl.edu.
  65. .execute
  66. LAB Start
  67. set choice `RequestChoice "Options Selection" "Please select an option" "View Readme" "Install Program" "Cancel"`
  68. if $choice GT "0"
  69.   if $choice EQ "1"
  70.     MetaTool irmaster330.readme TEXT
  71.   else
  72.     if $choice EQ "2"
  73.       set choice2 `RequestChoice "Language Selection" "Please select a Language" "English" "Deutsch" "Cancel"`
  74.       if $choice2 GT "0"
  75.         if $choice2 EQ "1"
  76.           Installer Install IR-Master DEFUSER Average LANGUAGE english NOPRETEND
  77.         else
  78.           if $choice2 EQ "2"
  79.             Installer Install IR-Master DEFUSER Average LANGUAGE deutsch NOPRETEND
  80.           endif
  81.         endif
  82.       endif
  83.       unset choice2
  84.     endif
  85.   endif
  86.   skip Start BACK
  87. endif
  88. .aminet-dir
  89. util/misc
  90.