home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computerworld 1996 March
/
Computerworld_1996-03_cd.bin
/
idg_cd3
/
aplikace
/
komunika
/
telixwin
/
tfw.5
/
CALLDCO.SLT
< prev
next >
Wrap
Text File
|
1995-07-28
|
661b
|
15 lines
/****************************************************************/
/* */
/* Demo of how call a BBS from a script, by name instead of */
/* by entry number or explicit phone number. */
/* */
/* Copyright 1995 deltaComm Development, Inc. */
/* */
/****************************************************************/
main()
{
if (dial("deltaComm Online", 0, 0) < 0)
status_wind("Could not establish connection.", 40);
}