home *** CD-ROM | disk | FTP | other *** search
- * Use this script with EMMA if you connect to MCI Mail via TYMNET.
- *
- * To prepare this script, copy it to a file called EMMA.CSF and then edit
- * it as follows:
- *
- * (1) Change the port parameters on the line marked *1*. The first number
- * indicates the COM port that EMMA is to use; it may be 1, 2, 3
- * or 4. The second number indicates the line speed in bits per
- * second; it must be given in double-quotes. Examples are "1200" and
- * "2400".
- *
- * (2) Adjust the dialing string on the line marked *2*. First, change
- * the telephone number to that appropriate for your location. Be
- * careful not to delete the ^M at the end of the string. You might
- * also need to change "ATDT" to "ATDP" to accomodate pulse dialing,
- * or put a "9," before the number if you are dialing through a PBX.
- *
- * (3) Replace "username" in the line marked *3* with your MCI Mail
- * username in double quotes.
- *
- * (4) Replace "password" in the line marked *4* with your MCI Mail
- * password in double quotes.
- *
- * (5) Remove these comments. That is, delete all lines from the top
- * of the file down to and including the line of asterisks.
- *******************************************************************************
- C "Connecting to MCI Mail via TYMNET^M^J"
- C "(Press the Escape key if you need to abort the session.)^M^J"
- P 1 "2400" *1* Your COM port number and speed go in this line
- T "ATZ^M"
- R 5 "OK^M^J"
- D 1
- T "ATE1 S7=45^M" Echo commands. Wait 45 secs for carrier.
- R 5 "OK^M^J"
- T "ATDTXXX-XXXX^M" *2* Your local TYMNET number goes in this line
- R 40 "CONNECT"
- B
- D 8
- T "A"
- R 15 ":"
- T "^H^RMCILINK^M"
- R 10 "name:"
- T "username" *3* Your username goes on this line
- T "/batch:1ST/"
- T "password" *4* Your password goes on this line
- T "^M"
- R 20 "COM^M^J"
- M
- D 1
- T "+++"
- R 10 "OK"
- D 1
- T "ATH0^M"
- R 10 "^M^J"
- T "ATZ^M"
- C "You will find any new mail in file MAIL.IN"