home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inside Multimedia 1995 March
/
IMM0395.ISO
/
magazin
/
unicom
/
srchlite.sc_
/
srchlite.sc
Wrap
Text File
|
1993-04-22
|
437b
|
20 lines
; Searchlight BBS login script for Unicom 3
;
;
Delay(1000)
Send("^M")
Waitfor(".!!!")
Delay(500)
Send("^[")
Delay(250)
Send("^[")
Waitfor("?") ; Prompt to select C - Color, M - Mono or N - none
Delay(250)
Send ("C^M") ; Set this to C, M or N
Waitfor("Enter your name,")
Delay(1500)
Send("JIM SMITH^M") ; YOUR FULL NAME GOES HERE
Waitfor("Password?")
Delay(1000)
Send("YOURPASSWORD^M") ; Your password goes here
Exit