in reply to How to get current cursor position on Windows command prompt

Win32::Console: ($x, $y, $size, $visible) = $CONSOLE->Cursor();. I don't use Windows much anymore, but the module looks very useful for 1980's style user interfaces. ;)


Dave