SyntaxFix
Write A Post
Hire A Developer
Questions
Changed the set to remove % as that will write to text file as Echo on or off
echo off title Custom Text File cls set /p txt=What do you want it to say? ; echo %txt% > "D:\Testing\dblank.txt" exit