home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-08-25 | 1.5 KB | 62 lines |
- .name
- ProNET
- .type
- Network System
- .short
- ParNet-like network with modular driver
- .description
- ProNET is a network package for the Amiga, which now features a modular
- interface driver concept. Drivers for the internal parallel (ParNet Cable)
- and any serial port (NullModem) are provided. V2 also features connection
- of more than two Amigas, a completely new documentation and Client
- rebooting. ProNET is more advanced than ParNet in that it supports e.g.
- changeable media and OS2&3 dospackets. Still works on OS1.3 except the
- handler which requires OS2.0+. This is version 2.0, extremely-low-cost,
- non-crippled Shareware. Many Bug Fixes to V1. Full sourcecodes in
- Assembler supplied.
- .version
- 2
- .date
- 1995.06.28
- .author
- Michael Krause
- .requirements
- Requires OS1.3+, pronet-handler OS2.0+
- .distribution
- Shareware
- .price
- 10 DM / $7 (US)
- .address
- Mannesallee 24
- 21107 Hamburg
- GERMANY
- .email
- rawstyle@online.sh.sub.de
- .docs
- pronet20.readme
- ProNET.guide
- .described-by
- Michael Krause (rawstyle@online.sh.sub.de)
- .submittal
- Submitted on disk directly by the author.
- .aminet-dir
- comm/net
- .execute
- LAB Start
- set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "View Guide" "Cancel"`
- if $choice GT "0"
- if $choice EQ "1"
- MetaTool pronet20.readme TEXT
- else
- if $choice EQ "2"
- set tmpdir `cd`
- cd docs
- set filechoice `RequestFile TITLE "Choose AmigaGuide File"`
- cd `pathname $filechoice`
- MetaTool `basename $filechoice` GUIDE
- cd $tmpdir
- endif
- endif
- skip Start BACK
- endif
-