home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / tcp / AmiTCP-demo / QuickStart_Ether < prev    next >
Text File  |  1995-05-13  |  834b  |  31 lines

  1.  
  2. Echo "Welcome to AmiTCP 4.0 Demo"
  3. Echo ""
  4. Echo "We are going to set some Assigns, then start the network."
  5. Echo ""
  6. Echo "This ethernet configuration sets the IP address to"
  7. Echo "   192.10.10.40"
  8. Echo "And the default-gateway is "
  9. Echo "   <not set>"
  10. Echo ""
  11. Echo "You might want to change this after TCP/IP was started."
  12. Echo "Use ifconfig a2065 <myaddress> <hisadress> for this purpose."
  13. Echo ""
  14.  
  15. ;BEGIN AmiTCP/IP
  16. Assign AmiTCP: :Amiga/Network/AmiTCP-demo
  17. Assign ADD Devs: AmiTCP:devs
  18. Assign ADD L: AmiTCP:l
  19. Assign ADD Libs: AmiTCP:libs
  20. Path AmiTCP:bin add
  21. Assign APIPE: Exists > NIL:
  22. IF Warn
  23.   Mount APIPE: from AmiTCP:devs/APipe-Mountlist
  24. EndIf
  25. ;END AmiTCP/IP
  26.  
  27. Echo "Assigns set."
  28. Echo "Network started - good luck!"
  29. Echo "Close the window yourself please. It will open for error messages."
  30. Run Execute AmiTCP:bin/startnet_ether
  31.