home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GCW Games & More & Wacky Windows Companion
/
gcw.iso
/
win
/
util
/
tlxwin
/
scripts
/
calldco.slt
< prev
next >
Wrap
Text File
|
1994-10-13
|
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);
}