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

  1. ; Searchlight BBS login script for Unicom 3
  2. ;
  3. Delay(1000)
  4. Send("^M")
  5. Waitfor(".!!!")
  6. Delay(500)
  7. Send("^[")
  8. Delay(250)
  9. Send("^[")
  10. Waitfor("?") ; Prompt to select C - Color, M - Mono or N - none
  11. Delay(250)
  12. Send ("C^M") ; Set this to C, M or N
  13. Waitfor("Enter your name,")
  14. Delay(1500)
  15. Send("JIM SMITH^M") ;  YOUR FULL NAME GOES HERE
  16. Waitfor("Password?")
  17. Delay(1000)
  18. Send("YOURPASSWORD^M") ; Your password goes here
  19. Exit