Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!spool.mu.edu!uwm.edu!linac!att!cbnewsl!cbnewsk!linwood From: linwood@cbnewsk.att.com (linwood.d.johnson) Newsgroups: comp.os.msdos.apps Subject: Re: Auto-answer on modem Summary: Sending command string to modem from DOS Keywords: telemate, modem, re-boot Message-ID: <1991Mar17.204750.4848@cbnewsk.att.com> Date: 17 Mar 91 20:47:50 GMT References: <1991Mar14.190004.5873@ariel.unm.edu> <1991Mar16.163105.3401@cunixf.cc.columbia.edu> Organization: AT&T Bell Laboratories Lines: 24 In article <1991Mar16.163105.3401@cunixf.cc.columbia.edu>, stephenc@cunixf.cc.columbia.edu (Stephen Chung) writes: > Anybody knows how I can disable auto-answer forever? This modem has no > dip switches on the back, and I don't have the manual anymore. Otherwise, > does anybody know how to send ATS0=0 to the modem without running > a communications program? I can then send the string to the modem in > my AUTOEXEC.BAT and see if it solves the problem. > Stephen, I don't know the command to turn your modem's auto-answer off, but, once you find it you can issue the command from autoexec.bat. Just use the dos echo command. If the command you want to issue is "ATS0=0" and you're using COM2, you could place the following command in your autoexec.bat: "echo ATS0=0 > COM2." Hope this helps. -- | Linwood D. Johnson | linwood@ihlpf.att.com | | AT&T Bell Labs, 1000 E. Warrenville Rd., Naperville, IL 60566 | | Disclaimer: Opinions expressed here are mine and mine only. | | Besides, who else would want them? |