| Home > Help > Trumpet Winsock 2.0 Setup Instuctions |
#
# Dialup script for Minnesota MicroNet 02/24/95
# This is the file called login.cmd in your trumpet directory.
#
#trace on
#
# set up some strings for dialling up
#
if ![load $number]
if [query $number "Enter your dial up phone number"]
save $number
end
end
if ![load $username]
if [username "Enter your login username"]
save $username
end
end
if ![load $password]
if [password "Enter your login password"]
save $password
end
end
$modemsetup = "&c1&k3"
$userprompt = "ogin:"
$passprompt = "assword:"
%attempts = 10
#
#
#----------------------------------------------------------
#
# initialize modem
#
output "atz"\13
if ! [input 10 OK\n]
display "Modem is not responding"\n
abort
end
#
# setup our modem commands
#
output "at"$modemsetup\13
Trumpet - Page 3
input 10 OK\n
#
# send phone number
#
%n = 0
repeat
if %n = %attempts
display "Too many dial attempts"\n
abort
end
output "atdt"$number\13
%ok = [input 60 CONNECT]
%n = %n + 1
until %ok
input 10 \n
#
# wait till it's safe to send because some modem's hang up
# if you transmit during the connection phase
#
wait 30 dcd
#
# now prod the terminal server
#
output \13
#
# wait for the username prompt
#
input 30 $userprompt
output $username\13
#
# and the password
#
input 30 $passprompt
output $password\13
#
input 30 "session from"
#
# we are now logged in
# wait for the address string
#
input 30 ") to "
#
# parse address
#
address 30
input 30 "beginning..."
#
# we are now connected, logged in and in slip mode.
#
display \n
display Connected. Your IP address is \i.\n
#
# now we are finished.
#
# end of script.
(don't do this until you have received your username and password)
Set your browser to start with the URL http://www.mm.com/ If you're using Netscape, pull down Options and go to either General Preferences or Network Preferences, depending on the version you're using. If your browser lets you read mail and news thr ough it, use the mail and news settings below and pull down Options, then go to Mail and News Preferences.
If you're using Netscape to read mail, pull down the Options menu and select Mail and News Preferences. Click once on the Appearance tab if it isn't already in the forefront. Make sure the field that lets you read your mail through Netscape is select ed. Then click once on the Servers tab to enter the SMTP and POP3 servers, your POP3 username and News (NNTP) server. Click once on the Identity tab to enter your name, E-mail address, Reply to E-mail address and your organization. Click once on the Or ganization tab if you want to set it to remember your mail password, which is the same as your dialup password. Once all these settings are properly entered, click Save or OK, then pull down the Options menu and select Save Options if you have this menu item, then pull down the File menu and Exit Netscape. The settings you've entered will take effect the next time you use Netscape.
Set the POP Server/Incoming to pop.mm.com and SMTP Server/Outgoing Mail to smtp.mm.com If your mail reader asks for a POP account, set it to yourusername@smtp.mm.com (For yourusername enter your 3 to 8 character username.)
For your User ID/POP User Name/POP3 User Name/Account Name, enter your 3 to 8 character username. Even if you're on our nationwide access plan, only enter your 3 to 8 character username.
For your Email address, enter yourusername@mm.com If you have your own domain name, enter it here. If you have an E-mail alias, use it here.
For your return or reply to Email address, enter yourusername@mm.com (If you have your own domain name, enter it in place of mm.com If you have an E-mail alias, use it here.)
Use the default mail directory.
Set the News Server or NNTP Server to news1.mm.com Use the default mail directory.
Pull down the Dialler and select Bye.
| Home > Help > Trumpet Winsock 2.0 Setup Instuctions |