home *** CD-ROM | disk | FTP | other *** search
/ The First Hungarian Family / The_First_Hungarian_Family_CD-ROM.bin / internet / offlread / 1st200 / a / verify.scr < prev    next >
Text File  |  1995-07-19  |  588b  |  26 lines

  1. :TOP
  2. CLS
  3. PRINT "@X0E@API$(113) is waiting for callback verification@X0F"
  4. PRINT ""
  5. PRINT "This means that the bulletin board system you just called is"
  6. PRINT "going to call you back shortly to confirm that you are using"
  7. PRINT "the telephone number you entered just a few moments ago."
  8. PRINT ""
  9. PRINT "You can exit this wait screen at any time by pressing the"
  10. PRINT "@X70 ALT @X0F and @X70 X @X0F keys.@X07"
  11. PRINT
  12. RESET
  13. WAITFOR "RING"
  14. TRANSMIT "ATA^M"
  15. WAITFOR "CONNECT|NO CARRIER" 60
  16. IF FOUND=1 THEN GOTO DONE
  17. GOTO TOP
  18.  
  19. :DONE
  20. IF NOT CARRIER GOTO DONE
  21. CLS
  22. EXIT
  23.  
  24.  
  25.  
  26.