home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cardinal Internet Access Solutions
/
Cardinal_Internet_Access_Solutions(1996-08-19).iso
/
files
/
internet
/
fibs
/
bunet.scn
next >
Wrap
Text File
|
1994-04-27
|
453b
|
18 lines
@echo off ;%%BUNet (requires "rlogin <hostname>" before "login:")
@if "%HostName%"==""
@ echo "\r\n** Error(bunet.scn): Host Name must be set in Options/Script Settings... dialog box.
<
@endif
@if not @wait ":" 10
@ echo "\r\n** Error(bunet.scn): BUNet connect prompt not received\r\n"
<
@endif
@send "rlogin %HostName%\r"
@if not @wait "\n" 3
@ echo "\r\n** Error(bunet.scn): BUNet failed to respond to rlogin\r\n"
<
@endif