Metropoli BBS
VIEWER: sample.rsp MODE: TEXT (ASCII)
#----------------------------------------------------------------------------
#         OS/2 2.11 / WARP Response file for IBM TCP/IP version 2.0 / IAK
#
#  Sample attachment script for dialing into an Internet access provider.
#  This script should be specified on page 1 in the Login Script field for
#  connections via SlipPM or using the -connect option if executing slip
#  directly.
#
#         NOTE: This file is supplied as a sample connection script, and
#               does not constitute the endorsement of a particular
#               Internet provider on the part of IBM.
#               Internet providers periodically change their connection
#               procedures; please refer to the latest information provided
#               by the service provider.
#
#  This script may be modified to suit the needs of the user
#
#  You will need to place your login name on the line
#  reading "PUT YOUR NAME HERE" and password on the line reading
#  "PUT YOUR PASSWORD HERE".
#  Reset the modem first.
atz
# Wait for modem responce, if none is received after 60 seconds, the response
# file will terminate.
OK
# Dial the number, use the "9," if you need an outside line.
# Replace xxx-xxxx with the actual number.
atdt9,xxx-xxxx
# Wait for the connect message
NNECT
# Send a carriage return to wake up login screen
\r
# Wait for name prompt
name>
# Send user name
PUT YOUR USERNAME HERE
# Wait for password request.
ssword>
# Send your password.
PUT YOUR PASSWORD HERE
# Wait for selection menu
keys:
# Begin uncompressed slip mode
3\r
[ RETURN TO DIRECTORY ]