home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Aktief 1995 #3 / CDA3.iso / comm / ts3m.zip / MAKECALL.BAT < prev    next >
DOS Batch File  |  1994-12-21  |  771b  |  25 lines

  1. echo off
  2. echo . remote dialing the host
  3. echo .
  4. echo . naturally you can put a replacable parameter %1 in place of 433-5189
  5. echo . this particular setup is currently (wed  10-19-1994) used to connect
  6. echo . to an xt that we are tuning up before handing it onto to a lady who
  7. echo . lacks a computer.   we collect such used stuff and 'recycle' it.
  8. echo .
  9. rem
  10. rem the d**ned xt spends part of its life yelling that baud=9600 is
  11. rem not an acceptable baud!  It has a 9600 fax modem in it.
  12. rem
  13. echo on
  14. mode COM1 baud=9600 parity=n data=8 stop=1
  15. delay 1
  16. echo off
  17. echo calling 111-2323
  18. echo .
  19. echo    Please note that the actual dialing is commented out
  20. echo    Remove the REM in 'REM at dt111-2323', and change the number
  21. rem at dt111-2323
  22. delay 1
  23. tsr
  24.  
  25.