Remind me please, Vlad, how he's supposed to get a DIR listing if he can't view his command prompts? 😉
Okay, guy. I'm thinking there's a really simple fix for this one.
Run CMD instead of COMMAND. (COMMAND is a W9x remnant, CMD is NT's superior replacement.) Single-click on the icon in the upper-left corner of the window and choose "Properties". Go to the "Font" tab and choose your font to be first "Raster Fonts", then "Lucida Console". If that doesn't fix the problem, then try going into the "Colours" tab and ensure that your colours are the following:
[a note before I start: The information I list below is basically just ANSI colour data. The first number is the number of the colour box, 0-15 (there should be 16 of these lined up mid-window), the second is the value for RED, the third is the value for GREEN, and the last is the value for BLUE. Hopefully this isn't too confusing, but I have to squint to keep my eyes open at the moment, so suffice it to say my English might not be completely together at the moment.]
0,0,0,0
1,0,0,128
2,0,128,0
3,0,128,128
4,128,0,0
5,128,0,128
6,128,128,0
7,192,192,192
8,128,128,128
9,0,0,255
10,0,255,0
11,0,255,255
12,255,0,0
13,255,0,255
14,255,255,0
15,255,255,255
Then, select the first radio box, "Screen Text" and set this to the lighter grey (index #7). Select the second radio box, "Screen Background" and set this to black (index #0). You can do whatever with the popup colours, and of course, feel free to customise the colours to whatever you want them to be -- this is just the default.
Bah, I've said too much. Sorry.