Write something down in a .txt
Posted: 09 Oct 2011 00:41
Hello,
I want to let my .bat script put down some text in results.txt
Can anybody help me?
I want to let my .bat script put down some text in results.txt
Can anybody help me?
A Forum all about DOS Batch
https://www.dostips.com/forum/
Code: Select all
[command] >> [file]
Code: Select all
[command] > [file]