home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
WDR Computer Club Digital 1995 February
/
CLUB0295.BIN
/
demos
/
telix
/
tfw.5
/
CALLDCO.SLT
< prev
next >
Wrap
Text File
|
1994-12-07
|
208b
|
11 lines
// CALLDCO.SLT
//
// demo script to call up the deltaComm Online
// Telix support BBS
main()
{
if (dial("deltaComm Online", 0, 0) < 0)
status_wind("Could not establish connection.", 40);
}