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