SyntaxFix
Write A Post
Hire A Developer
Questions
Use the following:
echo (text here) >> (name here).txt
Ex. echo my name is jeff >> test.txt
echo my name is jeff >> test.txt
test.txt
my name is jeff
You can use it in a script too.