I am running these two commands net users >> out.txt and wmic qfe list full >>out.txt in a batch file. After doing so, the output of the wmic command displays null characters after every other character. Is there a way I can fix this? When i output those two commands info in separate text files, the output is perfectly fine. I am super confused about this as to why this is happening