home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / comm / tcp / netinput / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-08-25  |  1.2 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. LAB Start
  43. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Install Program" "Cancel"`
  44. if $choice GT "0"
  45.   if $choice EQ "1"
  46.     MetaTool ReadMe TEXT
  47.   else
  48.     if $choice EQ "2"
  49.       cd help
  50.       MetaTool NetInput.guide GUIDE
  51.       cd /
  52.     else
  53.       if $choice EQ "3"
  54.         Installer Install
  55.       endif
  56.     endif
  57.   endif
  58.   skip Start BACK
  59. endif
  60.