Windows command prompt blink cursor
Options, options.
http://www.microsoft.com/enable/training/windowsxp/blinkrate.aspx
Noblink: http://www.columbia.edu/~em36/noblink.html, TSR which allow no blinking cursors
Console: http://sourceforge.net/projects/console/, a better cmd.exe
All you need can be done as simply as issuing:
control main.cpl keyboard
from Run
prompt (Win+R) and setting the:
Cursor blink rate to None either by mouse or by keyboard shortcuts of:
Alt+B and Left button.
Note
control
keyword can be omitted.
control
is actually the "short form" of:
c:\Windows\System32\control.exe
executable file which starts .cpl
Control Panel files,
main.cpl
being the argument file also residing in that directory.
:)