hi
i am using batch file to run one program but while doing that i m using § this character in .bat file.
but the problem is that when i am trying to run that .bat file, the DOS is converting the § character to another character.
why DOS is doing this?
how do i solve this?
any suggestions?
thank you.
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32689
4
posted
0
I have never heard of ANSI characters. Do you mean ASCII?
It is likely that the DOS terminal can only cope with a restricted range of chars; remember that in C an unsigned char has the range 0-0xff. What is the integer value of §?