M
Michael Moser
As a marker that some script has processed a directory I want to create
an empty file in that directory.
In unix I would use a "touch filename" command to do that.
On windows I tried
echo "" > filename
but that creates a file containing two ". How do I create a truly empty
(i.e. 0 Bytes long) file in a windows batch file?
Michael
an empty file in that directory.
In unix I would use a "touch filename" command to do that.
On windows I tried
echo "" > filename
but that creates a file containing two ". How do I create a truly empty
(i.e. 0 Bytes long) file in a windows batch file?
Michael