I now believe you're looking for the -a switch. /write, by default, starts a new line. To prevent that, use the -a (append) switch, which makes /write start writing after the last char in the file, without adding a CRLF at the beginning.