home *** CD-ROM | disk | FTP | other *** search
/ In'side Shareware 1994/1995 January / ish194-95.iso / dfu / unicom / remotacc.sc_ / remotacc.sc
Text File  |  1993-04-22  |  291b  |  13 lines

  1. ; Remote Access login Script for Unicom 3
  2. ;
  3. Delay(1000)
  4. Waitfor("moments.")
  5. Send("^[")           ; send escape
  6. Delay(2000)
  7. Waitfor("name:")
  8. Delay(250)
  9. Send("JIM SMITH^M")  ; Your name goes here
  10. Waitfor("Password:")
  11. Delay(250)
  12. Send("YOURPASSWORD^M") ; Your password goes here
  13. Exit