home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cardinal Internet Access Solutions
/
Cardinal_Internet_Access_Solutions(1996-08-19).iso
/
files
/
internet
/
fibs
/
tymnet.scn
< prev
next >
Wrap
Text File
|
1994-04-27
|
392b
|
19 lines
@echo off ;%%TYMNET Network
@if "%HostName%"==""
@ echo "\r\n** Error(tymnet.scn): Host Name must be set in Options/Script Settings... dialog box.
<
@endif
@wait 3
@send "o"
@if not @wait ":" 10
@ send "o\n"
@ if not @wait ":" 10
@ echo "\r\n** Error(tymnet.scn): Tymnet connect prompt not received\r\n"
<
@ endif
@
@endif
@send "%HostName%\r"
@wait "\n" 3