home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / comm / tcp / netinput / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-21  |  1.1 KB  |  60 lines

  1. .name
  2. NetInput
  3. .type
  4. Communications
  5. .short
  6. Remote control Amiga over AmiTCP network
  7. .description
  8. This is an AmiTCP/IP network package which enables you to remote control
  9. an Amiga by any other Amiga in the network. This is archieved by
  10. grabbing the input events from the controlling system, and passing them
  11. though the network to the remote system.
  12. .version
  13. 37.3
  14. .date
  15. 1995.07.25
  16. .author
  17. Marius Gröger
  18. .requirements
  19. OS2.0+
  20. AmiTCP/IP
  21. 2 Amiga computers connected via AmiTCP/IP
  22. .distribution
  23. Freeware
  24. .address
  25. Bärstadter Str. 4
  26. 65307 Bad Schwalbach (GERMANY)
  27. .email
  28. mag@sysgo.de
  29. i409@informatik.fh-wiesbaden.de
  30. groeger@gundel.zdv.uni-mainz.de
  31. .docs
  32. ReadMe
  33. netinput37.3.readme
  34. help/NetInput.guide
  35. .described-by
  36. Richard Fish (rjf@amigalib.com)
  37. .submittal
  38. Downloaded via ftp from wuarchive.wustl.edu.
  39. .aminet-dir
  40. comm/tcp
  41. .execute
  42. set choice `RequestChoice "NetInput" "Please select an option" "View Doc" "View Guide" "Install Program" "Cancel"`
  43. if $choice EQ "0"
  44.   quit 5
  45. endif
  46.  
  47. if $choice EQ "1"
  48.   MetaTool ReadMe TEXT
  49. endif
  50.  
  51. if $choice EQ "2"
  52.   cd help
  53.   MetaTool NetInput.guide GUIDE
  54.   cd /
  55. endif
  56.  
  57. if $choice EQ "3"
  58.   Installer Install
  59. endif
  60.