Re: cmd scripting

Tech-Archive recommends: Fix windows errors by optimizing your registry




"Murat" <Murat@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:95359651-13AD-45C5-8710-C9BFE6681E46@xxxxxxxxxxxxxxxx
>If it's the line repeating itself that bugs you, then you could add
@echo off

It's not important for me.

But it is important to be sure that 1> and > mean same. Is there any
document about this?

Thanks Jon.


Perhaps someone else will chip in with an authorative documentation source.
Here's another site that says the same
http://www.robvanderwoude.com/index.html

You could easily confirm it yourself, by changing your batch file line
echo hello > file.txt
to
echo hello 1> file.txt

and observing that they do the same

Jon

.