1.

Solve : Batch File that Creates Files?

Answer»

Hello everyone! I was on this website looking up a COUPLE things and I decided I could use some help real quick. My mom asked me if she would MAKE me a program to keep records of hours and stuff. But, I am making it in a batch file. I have the coding and everything like cd and md, but I don't know how to make a batch file create a text document. Anyone help?

Or, if there is another programming language that will create text DOCUMENTS please SPECIFY it in your comment.Echo First line > textfile.txt
echo second line >> textfile.txt
echo third line >> textfile.txt

Please note the extra > in the second and third lines. If there was only one, it would replace the CONTENTS of the file with whatever is being echoed.



Discussion

No Comment Found