home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-24 | 1.8 KB | 82 lines |
- .name
- InfraRexx
- .type
- Infrared Control/ARexx
- .short
- Use Amiga as IR remote controller/slave
- .description
- The InfraRexx software along with the InfraJoy hardware serve as an
- ARexx-infrared interface, so your Amiga becomes a remote control
- unit. Also, the other way around, you can control your Amiga using
- a common infrared remote control unit.
- .version
- 1.6d
- .date
- 1995.9.30
- .author
- Leon Woestenberg
- Jeroen Steenblik
- .requirements
- Requires Kickstart 2.04 or higher and some hardware (plans included).
- .distribution
- Freeware
- .price
- Voluntary registration fee of USD 10. Ordering the complete hardware
- costs USD 28, and offers free user registration and one free update.
- .address
- Digital Disturbance
- Leon Woestenberg
- Langenhof 62
- NL-5071 TP Udenhout
- The Netherlands
-
- Jeroen Steenblik
- Retiestraat 13
- NL-5628 PC Eindhoven
- The Netherlands
- .email
- Internet: leon@stack.urc.tue.nl
- Internet: jeroens@charm.il.ft.hse.nl
- .installsize
- 100K-450K
- .construction
- Amiga E Compiler v3.1a and v3.2a by Wouter van Oortmerssen
- .tested
- Tested on an Amiga 4000/040 using Kickstart 3.0 (version 39.106) ROMs
- and 3.1 (version 40.68) MapRommed ROMs, Workbench 3.1 (version 40.42).
- .run
- Start from Workbench or Shell.
- .docs
- InfraRexx.guide
- Hardware.guide
- .described-by
- Leon Woestenberg (leon@stack.urc.tue.nl)
- Jeroen Steenblik (jeroens@charm.il.ft.hse.nl)
- .submittal
- Downloaded via ftp from Aminet
- .execute
- set choice `RequestChoice "InfraRexx" "Please select an option" "View Readme" "View Guide" "Install Program" "Run Program" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool InfraRexx1_6d.readme TEXT
- endif
-
- if $choice EQ "2"
- MetaTool InfraRexx.guide GUIDE
- endif
-
- if $choice EQ "3"
- Installer Install InfraRexx AVERAGE AVERAGE NOPRETEND
- endif
-
- if $choice EQ "4"
- assign Locale: "" ADD
- run InfraRexxDaemon
- InfraRexxEditor
- endif
- .aminet-dir
- util/misc
-