home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware 1 2 the Maxx
/
sw_1.zip
/
sw_1
/
WINDOWS
/
UTILS
/
UC3D.EXE
/
SRCHLITE.SCR
< prev
next >
Wrap
Text File
|
1992-06-05
|
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