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
Echo. > File
Good Luck, Ayush.
--
Windows XP: http://www.microsoft.com/windows/using/windowsxp/default.mspx
Echo. > Filename will not create an empty file.. to create a true empty
file, use :
type nul > FileName
Good Luck, Ayush.
--
XP-Tips [Create a keyboard shortcut to open a folder] :
http://www.microsoft.com/windowsxp/using/setup/tips/foldershortcut.mspx
C:\>cd storage
C:\Storage>more>>empty.txt