This is the command I am using in my batch file.
echo.>"E:\data\text.txt"
This successfully creates the text.txt
file in the destination folder, but inside the text.txt
file, a new line break is added by default.
How do I create an empty file without line breaks?