home *** CD-ROM | disk | FTP | other *** search
-
- Echo "Welcome to AmiTCP 4.0 Demo"
- Echo ""
- Echo "We are going to set some Assigns, then start the network."
- Echo ""
- Echo "This ethernet configuration sets the IP address to"
- Echo " 192.10.10.40"
- Echo "And the default-gateway is "
- Echo " <not set>"
- Echo ""
- Echo "You might want to change this after TCP/IP was started."
- Echo "Use ifconfig a2065 <myaddress> <hisadress> for this purpose."
- Echo ""
-
- ;BEGIN AmiTCP/IP
- Assign AmiTCP: :Amiga/Network/AmiTCP-demo
- Assign ADD Devs: AmiTCP:devs
- Assign ADD L: AmiTCP:l
- Assign ADD Libs: AmiTCP:libs
- Path AmiTCP:bin add
- Assign APIPE: Exists > NIL:
- IF Warn
- Mount APIPE: from AmiTCP:devs/APipe-Mountlist
- EndIf
- ;END AmiTCP/IP
-
- Echo "Assigns set."
- Echo "Network started - good luck!"
- Echo "Close the window yourself please. It will open for error messages."
- Run Execute AmiTCP:bin/startnet_ether
-