home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / comm / net / pronet / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-09-28  |  1.5 KB  |  60 lines

  1. .name
  2. ProNET
  3. .type
  4. Network System
  5. .short
  6. ParNet-like network with modular driver
  7. .description
  8. ProNET  is  a  network  package for the Amiga, which now features a modular
  9. interface driver concept.  Drivers for the internal parallel (ParNet Cable)
  10. and  any serial port (NullModem) are provided.  V2 also features connection
  11. of  more  than  two  Amigas,  a  completely  new  documentation  and Client
  12. rebooting.   ProNET  is  more advanced than ParNet in that it supports e.g.
  13. changeable  media  and  OS2&3  dospackets.  Still works on OS1.3 except the
  14. handler  which  requires  OS2.0+.  This is version 2.1, extremely-low-cost,
  15. non-crippled  Shareware.   Many  Bug  Fixes  to  V1.   Full  sourcecodes in
  16. Assembler supplied.
  17. .version
  18. 2.1
  19. .author
  20. Michael Krause
  21. .requirements
  22. Requires OS1.3+, pronet-handler OS2.0+
  23. .distribution
  24. Shareware
  25. .price
  26. 10 DM / $7 (US)
  27. .address
  28. Mannesallee 24
  29. 21107 Hamburg
  30. GERMANY
  31. .email
  32. rawstyle@online.sh.sub.de
  33. .docs
  34. pronet20.readme
  35. ProNET.guide
  36. .described-by
  37. Michael Krause (rawstyle@online.sh.sub.de)
  38. .submittal
  39. Submitted on disk directly by the author.
  40. .aminet-dir
  41. comm/net
  42. .execute
  43. set choice `RequestChoice "ProNET" "Please select an option" "View Doc" "View Guide" "Cancel"`
  44. if $choice EQ "0"
  45.   quit 5
  46. endif
  47.  
  48. if $choice EQ "1"
  49.   MetaTool pronet21.readme  TEXT
  50. endif
  51.  
  52. if $choice EQ "2"
  53.   set tmpdir `cd`
  54.   cd docs
  55.   set filechoice `RequestFile TITLE "Choose AmigaGuide File" PATTERN "#?.guide"`
  56.   cd `pathname $filechoice`
  57.   MetaTool `basename $filechoice` GUIDE
  58.   cd $tmpdir
  59. endif
  60.