I wanna create a txt file only using a batch file that has multiple lines in it For example :
In the txt file it will have:
- I like to program
- But I also like my name
But I cannot do that with :
echo I Like to program, But I also like my name > Test.txt
Any help with this?