home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Significant Series Windows
/
PCSIG-SignificantSeriesWindows-Win31.iso
/
0winrun
/
2127
/
remotacc.scr
< prev
next >
Wrap
Text File
|
1992-12-28
|
291b
|
13 lines
; Remote Access login Script for Unicom 3
;
Delay(1000)
Waitfor("moments.")
Send("^[") ; send escape
Delay(2000)
Waitfor("name:")
Delay(250)
Send("JIM SMITH^M") ; Your name goes here
Waitfor("Password:")
Delay(250)
Send("YOURPASSWORD^M") ; Your password goes here
Exit