How can I write a null ASCII character (nul) to a file with a Windows batch script? - Stack Overflow
I'm attempting to write an ASCII null character (nul) to a file from a Windows batch script without success. I initially tried using echo like this: echo which seems ......