home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 3.9 / 1997-12_Disc_3.9_No._2.bin / MSPRING / INSTALL / 16BIT / DISK1.Z / MSPRING.SCP < prev    next >
Text File  |  1995-11-29  |  313b  |  19 lines

  1. ;This is a script for use with the Windows 95
  2. ;Dial-Up Scripting Tool.  
  3.    
  4. proc main
  5.  
  6. ;Wait for the login prompt to come from
  7. ;the terminal server
  8.    
  9.    waitfor "ogin:"
  10.    transmit $USERID
  11.    transmit "^M"
  12.  
  13. ; Enter the password
  14.  
  15.   waitfor "word:"
  16.   transmit $PASSWORD
  17.   transmit "^M"
  18.  
  19. endproc