M
Matt Solob
From a DOS batch script (under WinXP) I redirect some Echo output to a new textfile e.g.
Echo blah blah >myfile.txt
Echo .... >>myfile.txt
The resulting file is saved as Unicode style instead of ANSI.
How can I achieve a file creation in ANSI style and NOT in Unicode style?
Matt
Echo blah blah >myfile.txt
Echo .... >>myfile.txt
The resulting file is saved as Unicode style instead of ANSI.
How can I achieve a file creation in ANSI style and NOT in Unicode style?
Matt