home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / t / tm400-3.zip / MCI.SCR < prev    next >
Text File  |  1993-01-05  |  244b  |  18 lines

  1. ;
  2. ; MCI.SCR is a log on script file for MCI Mail
  3. ;
  4.  
  5. Name = "first last"          ; put your name here
  6.  
  7. Waitfor 0          ; wait until string matched
  8. set autostop,on
  9.  
  10. Put
  11.  
  12. Waitfor "name"
  13. Put Name
  14.  
  15. Waitfor "password:"
  16. Put "^&"
  17.  
  18.