home *** CD-ROM | disk | FTP | other *** search
- @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
-