Re: Sending AT modem commands from the command line?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



On Aug 3, 3:03 pm, "Beverly Howard [Ms-MVP/MobileDev]"
<BevNoSpamBevHoward.com> wrote:
no quotes... think it should be

echo at&1 > com4:

however, the spoiler is the "&" character which is used in batch files
so that command won't work, so

put the string in a text file, then use

copy test.txt com4:

(the quotes are not necessary if the file doesn't contain spaces)

Yeah, the command I need to input to the modem is ATI1, so the
ampersand isn't the problem. The problem is getting the modem's
response into a text file.

--
ironcladlou

.



Relevant Pages

  • Re: Sending AT modem commands from the command line?
    ... the spoiler is the "&" character which is used in batch files ... copy test.txt com4: ... Yeah, the command I need to input to the modem is ATI1, so the ...
    (microsoft.public.windowsxp.hardware)
  • Re: Sending AT modem commands from the command line?
    ... however, the spoiler is the "&" character which is used in batch files so that command won't work, so ... copy test.txt com4: ... (the quotes are not necessary if the file doesn't contain spaces) ...
    (microsoft.public.windowsxp.hardware)
  • Re: Persisting env vars in cmd windows
    ... more about batch files as you go on, ... echo The time is %time::=.% ... But the piece de resistance was the "start" command, ... echo:: ERROR ERROR ERROR ERROR ...
    (microsoft.public.win2000.general)
  • vi editor FAQ (Frequently Asked Question List), Part 2/2
    ... has the UCB distribution of vi, and lots of useful macros. ... m0 is the ex command to move the line to line 0. ... Swap character and one vertically above: ... A non-visual editor under Unix. ...
    (comp.unix.questions)
  • vi editor FAQ (Frequently Asked Question List), Part 2/2
    ... has the UCB distribution of vi, and lots of useful macros. ... m0 is the ex command to move the line to line 0. ... Swap character and one vertically above: ... A non-visual editor under Unix. ...
    (comp.unix.questions)