Jul 29, 2005 #1 bdog2020 Instructor Jun 16, 2003 203 US Hi All, don't know much about all this. How can I get a batch script to do ATDT commands and dial a number? I have a US Robotics modem that (I think) is HAYES compatible. thx! MB
Hi All, don't know much about all this. How can I get a batch script to do ATDT commands and dial a number? I have a US Robotics modem that (I think) is HAYES compatible. thx! MB
Aug 16, 2005 #2 macphoneguy IS-IT--Management Feb 21, 2002 485 US it depends, what program are you using to Dial, If you are "telneting" to something procomm I know it has some script software that is part of it. Upvote 0 Downvote
it depends, what program are you using to Dial, If you are "telneting" to something procomm I know it has some script software that is part of it.
Oct 14, 2005 #3 pansophic MIS Sep 24, 2001 1,347 US You can dial the modem from a batch file by doing the following: echo "ATDT 102" > COM1: Where COM1 is the COM port to which you are trying to print. The problem is that you can't, afaik, receive the response. pansophic Upvote 0 Downvote
You can dial the modem from a batch file by doing the following: echo "ATDT 102" > COM1: Where COM1 is the COM port to which you are trying to print. The problem is that you can't, afaik, receive the response. pansophic