home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Unsorted BBS Collection
/
thegreatunsorted.tar
/
thegreatunsorted
/
hacking
/
internet
/
mylogin.scr
< prev
next >
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
|
1994-08-11
|
262 b
|
13 lines
// This is a standard login script for NETCOM.
//
// It hangs out ten seconds to get logged in and settled, then
// sends my id: drnb, and then my password. Works just great!
//
WAIT 10
SEND drnb
SEND ENTER
WAIT 6
SEND password
SEND ENTER
RETURN