home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / DATACOM / INTERNET / WARPIAK / PPP.ZIP / SAMPLES / ETC / SAMPLE.RSP
Text File  |  1994-09-14  |  2KB  |  45 lines

  1. #----------------------------------------------------------------------------
  2. #         OS/2 2.11 / WARP Response file for IBM TCP/IP version 2.0 / IAK
  3. #
  4. #  Sample attachment script for dialing into an Internet access provider.
  5. #  This script should be specified on page 1 in the Login Script field for
  6. #  connections via SlipPM or using the -connect option if executing slip
  7. #  directly.
  8. #
  9. #         NOTE: This file is supplied as a sample connection script, and
  10. #               does not constitute the endorsement of a particular
  11. #               Internet provider on the part of IBM.
  12. #               Internet providers periodically change their connection
  13. #               procedures; please refer to the latest information provided
  14. #               by the service provider.
  15. #
  16. #  This script may be modified to suit the needs of the user
  17. #
  18. #  You will need to place your login name on the line
  19. #  reading "PUT YOUR NAME HERE" and password on the line reading
  20. #  "PUT YOUR PASSWORD HERE".
  21. #  Reset the modem first.
  22. atz
  23. # Wait for modem responce, if none is received after 60 seconds, the response
  24. # file will terminate.
  25. OK
  26. # Dial the number, use the "9," if you need an outside line.
  27. # Replace xxx-xxxx with the actual number.
  28. atdt9,xxx-xxxx
  29. # Wait for the connect message
  30. NNECT
  31. # Send a carriage return to wake up login screen
  32. \r
  33. # Wait for name prompt
  34. name>
  35. # Send user name
  36. PUT YOUR USERNAME HERE
  37. # Wait for password request.
  38. ssword>
  39. # Send your password.
  40. PUT YOUR PASSWORD HERE
  41. # Wait for selection menu
  42. keys:
  43. # Begin uncompressed slip mode
  44. 3\r
  45.