Type "c: \ winnt \ system32 \ edit" or "c: \ windows \ system32 \ edit" at the command prompt and you will be shown a text editor on the command line.
People are mostly right about the ESC character that is used to control the command screen, but some older programs also write characters directly to the memory space used by the Windows command line screen.
To manage the command line window, you had to write your own window forms, input field, menu, etc. You would also have to wrap all this in a large event loop.
seanyboy Oct 07 '08 at 16:54 2008-10-07 16:54
source share