home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1995 #3 / PCD_395.iso / kommunik / wintelix / disk2 / tfw.5 / CALLDCO.SLT < prev    next >
Encoding:
Text File  |  1994-09-14  |  208 b   |  11 lines

  1. // CALLDCO.SLT
  2. //
  3. // demo script to call up the deltaComm Online 
  4. // Telix support BBS
  5.  
  6. main()
  7. {
  8.   if (dial("deltaComm Online", 0, 0) < 0)
  9.     status_wind("Could not establish connection.", 40); 
  10. }
  11.