home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
High Voltage Shareware
/
high1.zip
/
high1
/
DIR10
/
GT1800_3.ZIP
/
GT1800_1.LZH
/
DIAL.SCR
< prev
next >
Wrap
Text File
|
1990-03-16
|
394b
|
21 lines
writeln "Attempting to dial '" %name "' !!!"
dialer
case %FAIL
TRUE
goto BUSY
esac
writeln "Success!"
twait 1000
; The 'set' command quits the script
set online true
:BUSY
case %BUSY
TRUE
writeln "The line is busy..."
twait 1000
set online false
esac
writeln "Failed to make connection..."
twait 1000
set online false