Issue a command to display the tree with files from the command prompt and pipe it to more.
c:/tree /f | more
Each file will display. Use ENTER to display one line at a time. CTRL C to stop.
Tom