Page 1 of 1

The "More" Command

Posted: 02 Jul 2011 09:08
by alleypuppy
Hi all,

I have a batch program that calls another batch program when a specific string is typed. In the called batch program, there is a lot of text. I tried using the "More" command to make it pause after each screenful of information, but all it does is type the raw text of the file, pause after each screenful of raw text, and then execute the batch program without pausing. How can I fix this?

Re: The "More" Command

Posted: 02 Jul 2011 09:41
by Cleptography
try piping pause instead.

Code: Select all

pause | for /?