home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / comm / infoterm.zip / MCI.SCR < prev    next >
Text File  |  1993-04-04  |  234b  |  15 lines

  1. ;
  2. ; MCI.SCR is a log on script file for MCI Mail
  3. ;
  4.  
  5. WAITFOR CONNECT
  6. SEND ^M
  7.  
  8. WAITFOR name
  9. SEND FIRST LAST^M
  10.  
  11. WAITFOR password:
  12. SEND PASSWORD^M
  13.  
  14. ;   Replace "FIRST LAST" and "PASSWORD" with your correct logon information
  15.