Re: Unwanted Paste behavior




"folderann" <tantanna@xxxxxxx> wrote in message
news:aohhu2lthuoboivlb8l4h7d0c86obhbqvl@xxxxxxxxxx
You're right. It's not the OS or some weird switch. It was staring
me in the face.

Actually the app reads the entire file, however small. But the app
doesn't place the text in the file(s). It just reads it. It's the
way the text is put into the text file that is causing the line feed
or CR. Usually I would open the file,type it in, and close it. But
as a quick pre-run deal, lately I was echo(ing) the command text into
the text file. That creates the CR. Garbage in/out. That's what I get
being too smart to know I can be a big dope.

Thanks so much for getting me to take a better look.

Sure, been there, needed that, too.

If you figure out how to get "@echo something >f.txt" to leave off the
terminating CR/LF let me know. I think there is a way but cannot
recall it.

--
Herb Martin, MCSE, MVP
http://www.LearnQuick.Com
(phone on web site)


.



Relevant Pages

  • Re: Unwanted Paste behavior
    ... But the app ... Usually if I leave Bat/CMD I go to Perl since it is so much easier than ... or at the command prompt. ... What's odd is that Echo. ...
    (microsoft.public.windows.server.general)
  • Re: Running an application on startup in embedded linux
    ... approach to start the app during booting. ... Make a daemon out of the app. ... You don't need to login to run your app. ... echo Warning moxa.ko driver not found ...
    (comp.os.linux.development.system)
  • Re: Running an application on startup in embedded linux
    ... approach to start the app during booting. ... Make a daemon out of the app. ... upnp daemon you can use an RC script. ... echo Warning moxa.ko driver not found ...
    (comp.os.linux.development.system)
  • Re: How to include SQL 200X Express with VB app.
    ... We've been successfully installing/deploying SQL EE 2005 along with our VB6 ... app for a couple of years. ... ECHO This Full_Install.bat Batch file will install the following: ...
    (microsoft.public.sqlserver.setup)
  • Re: Reading output from CreateProcessWithLogonW
    ... > What programming language are you using? ... > Is your only purpose to make things such complicated just to call echo ... >> I used CreateProcessWithLogonW api to start an app, ...
    (microsoft.public.dotnet.general)

Loading