home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / misc / infrarexx / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-24  |  1.8 KB  |  82 lines

  1. .name
  2. InfraRexx
  3. .type
  4. Infrared Control/ARexx
  5. .short
  6. Use Amiga as IR remote controller/slave
  7. .description
  8. The InfraRexx software along with the InfraJoy hardware serve as an
  9. ARexx-infrared interface, so your Amiga becomes a remote control
  10. unit. Also, the other way around, you can control your Amiga using
  11. a common infrared remote control unit.
  12. .version
  13. 1.6d
  14. .date
  15. 1995.9.30
  16. .author
  17. Leon Woestenberg
  18. Jeroen Steenblik
  19. .requirements
  20. Requires Kickstart 2.04 or higher and some hardware (plans included).
  21. .distribution
  22. Freeware
  23. .price
  24. Voluntary registration fee of USD 10. Ordering the complete hardware
  25. costs USD 28, and offers free user registration and one free update.
  26. .address
  27. Digital Disturbance
  28. Leon Woestenberg
  29. Langenhof 62
  30. NL-5071 TP Udenhout
  31. The Netherlands
  32.  
  33. Jeroen Steenblik
  34. Retiestraat 13
  35. NL-5628 PC Eindhoven
  36. The Netherlands
  37. .email
  38. Internet: leon@stack.urc.tue.nl
  39. Internet: jeroens@charm.il.ft.hse.nl
  40. .installsize
  41. 100K-450K
  42. .construction
  43. Amiga E Compiler v3.1a and v3.2a by Wouter van Oortmerssen
  44. .tested
  45. Tested on an Amiga 4000/040 using Kickstart 3.0 (version 39.106) ROMs
  46. and 3.1 (version 40.68) MapRommed ROMs, Workbench 3.1 (version 40.42).
  47. .run
  48. Start from Workbench or Shell.
  49. .docs
  50. InfraRexx.guide
  51. Hardware.guide
  52. .described-by
  53. Leon Woestenberg (leon@stack.urc.tue.nl)
  54. Jeroen Steenblik (jeroens@charm.il.ft.hse.nl)
  55. .submittal
  56. Downloaded via ftp from Aminet
  57. .execute
  58. set choice `RequestChoice "InfraRexx" "Please select an option" "View Readme" "View Guide" "Install Program" "Run Program" "Cancel"`
  59. if $choice EQ "0"
  60.   quit 5
  61. endif
  62.  
  63. if $choice EQ "1"
  64.   MetaTool InfraRexx1_6d.readme TEXT
  65. endif
  66.  
  67. if $choice EQ "2"
  68.   MetaTool InfraRexx.guide GUIDE
  69. endif
  70.  
  71. if $choice EQ "3"
  72.   Installer Install InfraRexx AVERAGE AVERAGE NOPRETEND
  73. endif
  74.  
  75. if $choice EQ "4"
  76.   assign Locale: "" ADD
  77.   run InfraRexxDaemon
  78.   InfraRexxEditor
  79. endif
  80. .aminet-dir
  81. util/misc
  82.