I am using a batch file to get bios information in a text file. syntax I am using:
wmic bios >> information.txt
the output to the above syntax is properly. Next, I want to write a text at the end of the same file.
for this I am using
echo. >>information>>txt
echo. >>information.txt
echo This is the report generated. >> information.txt
but the output in the end of text file is 桤摶桶摶摣ഠ洊扤桪摶癨癤癨捤ഠ洊扤桪摶癨癤癨捤摭橢癨桤摶桶摶摣ഠ洊扤桪摶癨癤癨捤 plz help
WMIC outputs its information in unicode. Try like this to convert it to ASCII: