How can I use a batch file to write to a text file? - Stack ...
經安全檢測,此網站為安全網站,請放心前往原始網址!
How can I use a batch file to write to a text file? - Stack ...
2013年11月9日 - You can use echo , and redirect the output to a text file (see notes below): rem Saved in D:\Temp\WriteText.bat @echo off @echo This is a test> ...