[comp.sys.ibm.pc] Modem commands from DOS

creps@silver.bacs.indiana.edu (10/14/87)

   I was just thinking about how to send modem commands from DOS command
level today, and I thought up these two .BAT files. Nothing much to them,
but they might be useful for someone out there.

DIAL.BAT

echo ATDP%1 >com1


-	-	-	-
HANGUP.BAT

echo ATH >COM1
 
   I use them for dialing from my terminal for a voice connection.