home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Direkt 1995 #3
/
PCD_395.iso
/
kommunik
/
wintelix
/
disk2
/
tfw.5
/
CALLDCO.SLT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1994-09-14
|
208 b
|
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);
}