Windows XP: using %SystemRoot%\system32\cmd.exe , how do I scroll up through the results, using only the keyboard?

In Linux, I think I could use Shift+Page-Up. Is there an equivalent in XP's command line?

link|improve this question

feedback

2 Answers

up vote 4 down vote accepted

Alt+Space, then e, then l. Scroll. Actually, it's just the system menu, as you will see. :D

Then use the arrow keys, of course.

link|improve this answer
1  
+1 I was just going to say that, but to be honest, it is easier just to right-click the mouse in the screen, and click scroll. – KCotreau Jul 16 '11 at 21:16
1  
Well, the mouse wheel does it, too. So if you don't have a scroll-mouse, that would be the easy way. – Abraxas Jul 17 '11 at 2:42
Thanks Abraxas :o) Perfect – schultkl Jul 18 '11 at 4:40
feedback

Although Abraxas' answer technically does it (I was going to give that as one of my answers too), I don't sense that is what you are really looking for. Normally I would try to summarize this link, but it is fairly involved, so I will just post it. In the end, he actually lets you download the complete script, which should give you the functionality the way I believe you intended.

http://www.howtogeek.com/howto/27080/how-to-scroll-the-command-prompt-window-with-the-keyboard/ (see the download on the last line of the actual article, but before the comments)

link|improve this answer
Thanks KCotreau :o) I use AutoHotKey so I will check this out as well! – schultkl Jul 18 '11 at 4:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.