home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nautilus 1994 June
/
Nautilus CD Magazine Volume 4-6 June 1994 Windows Edition.mdf
/
compware
/
highfive
/
unicom
/
remotacc.sc_
/
remotacc.sc
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-04-22
|
291 b
|
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