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