Question : Problem: How to set modem to dial a number, wait, then disconnect

I'm trying to connect my computer to a conferencing system.  All it needs to do is dial a 10 digit phone number, then wait a few seconds (i know 'commas' (,) are what sends the modem the wait command), then dial a 6 digit pin, then wait a few seconds, then DISCONNECT.

I'm not sure how to do this... it stays on 'connecting' (i guess cause it's trying to authenticate with the other party).
Using Windows XP Pro
Anyone know how i'd get around this?

Answer : Problem: How to set modem to dial a number, wait, then disconnect

Years agom I did something similar with a simple DOS command line (batch file).   I had my computer at work dial my home phone as a wakeup call.  All I did was

  ECHO >AUX: DT8185551234;

In your case, you could insert a series of commas, followed by the PIN.  You might need to replace AUX with COM1:, COM2:, etc. And you can set up the repeating sequence using Task Scheduler.

Random Solutions  
 
programming4us programming4us