Hi All, I want to empty out a log file without having to erase it and recreate a new zero length file. Is there a windows command line equivalent of the following Linux command: cat /dev/null > some_file Thanks! Peter