home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-23 | 625 b | 35 lines |
- .name
- InternetGuide
- .type
- Text
- .short
- Guide to setting up a SLIP to the net
- .aminet-dir
- docs/help
- .description
- A beginners guide to Internet SLIP with Amiga (AmigaGuideFormat)
- .version
- 1.0
- .date
- 1995.09.29
- .author
- Jason Neus
- .distribution
- Copyrighted but Freely Redistributable
- .email
- Jason.D.Neus@uwrf.edu
- .docs
- internet.guide
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "Internet Guide" "Please select an option" "View Guide" "Cancel"`
- if $choice EQ "0"
- quit 5
- endif
- if $choice EQ "1"
- MetaTool internet.guide GUIDE
- endif
-