Search found 1 match

by Suho
22 Oct 2014 11:12
Forum: DOS Batch Forum
Topic: What does ECHO .> mean in batch file?
Replies: 1
Views: 1397

What does ECHO .> mean in batch file?

Hi,
I have a batch file with the following code within: ECHO .> C:\file.txt

I read about ECHO ad understand what it is used for, but what I do not know is what are the characters used for after the word echo .> and what is the use of the path of file after that. Thanks in advance for any help!