home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / scrmod.zip / DIAL < prev    next >
Text File  |  1991-08-16  |  198b  |  12 lines

  1. > watch(on)
  2. > hs = 'Handshake transmission'
  3. > tnp = 'TNP'
  4. > result = dial(hs,,tnp)
  5. > resulttext = valtostr(result)
  6. > message('dial result = ' + resulttext)
  7. > timeout = 0
  8. > wait()
  9. > end
  10.  
  11.  
  12.