Skip navigation

How do I pause output from a command to one screen at a time?

A. Just add |more to the end of the command, e.g.

findstr /? |more

would display the help one screen at a time.


Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish