home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-08-25 | 1.2 KB | 60 lines |
- .name
- NetInput
- .type
- Communications
- .short
- Remote control Amiga over AmiTCP network
- .description
- This is an AmiTCP/IP network package which enables you to remote control
- an Amiga by any other Amiga in the network. This is archieved by
- grabbing the input events from the controlling system, and passing them
- though the network to the remote system.
- .version
- 37.3
- .date
- 1995.07.25
- .author
- Marius Gröger
- .requirements
- OS2.0+
- AmiTCP/IP
- 2 Amiga computers connected via AmiTCP/IP
- .distribution
- Freeware
- .address
- Bärstadter Str. 4
- 65307 Bad Schwalbach (GERMANY)
- .email
- mag@sysgo.de
- i409@informatik.fh-wiesbaden.de
- groeger@gundel.zdv.uni-mainz.de
- .docs
- ReadMe
- netinput37.3.readme
- help/NetInput.guide
- .described-by
- Richard Fish (rjf@amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .aminet-dir
- comm/tcp
- .execute
- LAB Start
- set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Cancel"`
- if $choice GT "0"
- if $choice EQ "1"
- MetaTool ReadMe TEXT
- else
- if $choice EQ "2"
- cd help
- MetaTool NetInput.guide GUIDE
- cd /
- else
- if $choice EQ "3"
- Installer Install
- endif
- endif
- endif
- skip Start BACK
- endif
-