home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / comm / net / pronet / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-08-25  |  1.5 KB  |  62 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.0, extremely-low-cost,
  15. non-crippled  Shareware.   Many  Bug  Fixes  to  V1.   Full  sourcecodes in
  16. Assembler supplied.
  17. .version
  18. 2
  19. .date
  20. 1995.06.28
  21. .author
  22. Michael Krause
  23. .requirements
  24. Requires OS1.3+, pronet-handler OS2.0+
  25. .distribution
  26. Shareware
  27. .price
  28. 10 DM / $7 (US)
  29. .address
  30. Mannesallee 24
  31. 21107 Hamburg
  32. GERMANY
  33. .email
  34. rawstyle@online.sh.sub.de
  35. .docs
  36. pronet20.readme
  37. ProNET.guide
  38. .described-by
  39. Michael Krause (rawstyle@online.sh.sub.de)
  40. .submittal
  41. Submitted on disk directly by the author.
  42. .aminet-dir
  43. comm/net
  44. .execute
  45. LAB Start
  46. set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Cancel"`
  47. if $choice GT "0"
  48.   if $choice EQ "1"
  49.     MetaTool pronet20.readme  TEXT
  50.   else
  51.     if $choice EQ "2"
  52.       set tmpdir `cd`
  53.       cd docs
  54.       set filechoice `RequestFile TITLE "Choose AmigaGuide File"`
  55.       cd `pathname $filechoice`
  56.       MetaTool `basename $filechoice` GUIDE
  57.       cd $tmpdir
  58.     endif
  59.   endif
  60.   skip Start BACK
  61. endif
  62.