home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Aktief 1995 #3 / CDA3.iso / comm / ts3m.zip / CALLWAIT.BAT < prev    next >
DOS Batch File  |  1995-01-04  |  976b  |  32 lines

  1. echo off
  2. echo .
  3. echo .  Hey, this batch file normally needs to be tinkered for your system.
  4. echo .  Changes: the port should be COM1 or COM1
  5. echo .           the baud should match the rest of teleshare
  6. echo .
  7. echo .
  8. pause
  9. REM  a sample wait batch file Tue  12-13-1994  16:36:00
  10. echo  The host (tsh) is being called by the remote (tsr)
  11. rem this particular setup is currently (wed  10-19-1994) used to connect
  12. rem to an XT that we are tuning up before handing it onto to a lady who
  13. rem lacks a computer.   We collect used pc's and 'recycle' them.
  14. rem
  15. echo on
  16. rem 550reset to clunk the uart a bit
  17. 550reset
  18. mode COM1 baud=9600 parity=n data=8 stop=1
  19. ECHO AT&FE1Q0V0X4&C1&D2S11=55,S7=70 > COM1
  20. rem the delays help the modem process the commands
  21. delay 1
  22. echo .
  23. echo . Setup to answer on ring 1
  24. echo .
  25. echo ats0=1 >COM1
  26. delay 1
  27. echo off
  28. echo .
  29. echo . waiting for a call
  30. echo .
  31. echo .  the connection is complete when it rings and the modem noise ends.
  32.