Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!ukma!tut.cis.ohio-state.edu!osu-cis!att!cbnews!maddog From: maddog@cbnews.ATT.COM (john.j.tupper) Newsgroups: comp.sys.ibm.pc Subject: Re: MKS Toolkit question Message-ID: <5368@cbnews.ATT.COM> Date: 4 Apr 89 14:03:54 GMT References: <131@jma.UUCP> Reply-To: maddog@cbnews.ATT.COM (john.j.tupper) Organization: AT&T Bell Laboratories Lines: 15 In article <131@jma.UUCP> max@jma.UUCP (Max Heffler @ Landmark Graphics) writes: >I have converted my at to run under the MKS toolkit. Before MKS, >my ZAP program would dial the number listed in the ZAP.ENV file, >but now the atdt sequence is echoed but not dialed. I then must dial >it manually. Does anybody have an idea of what I need to repair? In unix, echo is terminated with a new line character (line feed to the rest of the world). Hayes modems need a carriage return before they recognize a command. So, you could try: echo "ATDTmumble\r\c" The \r gives you a carriage return and the \c suppresses the line feed. [If you're now using a shell script to dial your modem, then never mind. . .] ---------------------------------------------------------------------------- sdfkj slkdoiwe sd my real signature is illegable too