|
Answer» Hi all,
Is there a way to echo the following characters to a text file?
Ìý"
Standard echo Ìý">>txt.txt COMES up with a blank text.
TIAI think the problem is the quotation marks in the line. There are a few ways around this. I think this should work:
Code: [Select]>>txt.txt echo Ìý"That worked. Thank you! I wasn't aware the text target could be placed at the FRONT end.
I did TRY it normally without the quotes, and it still didn't echo, so I assume it is the characters themselves.
Out of CURIOSITY, what other methods did you have in mind?You could also use the DOS DEBUG command to specify the hex values of the characters and save it to a file called txt.txt
|