Page 1 of 1

Create an empty text document?

Posted: 21 Jul 2009 06:25
by Eagle710
Does anyone know how to create an empty text document title "Process101.txt"? I dont want to open the text editor just create the document.

Posted: 21 Jul 2009 06:43
by Eagle710
The way I managed to do it was :

Code: Select all

type nul > Process101.txt

Posted: 21 Jul 2009 16:25
by RElliott63
Echo > FName.ext ; will create and/or replace any current document with that name

Echo >> FName.exe ; will append data to the current document with that name