How do I scroll in MS-DOS?
How do I scroll in MS-DOS?
If you are using MS-DOS then scrolling in not probable in any of the version of MS-DOS. Also, if you are using Windows there you can re-size the MS-DOS window to a full screen there is also no option for the Scroll bar in the windows too. For listing the files in MS-DOS one page at a time to use the the 'pipe' command in combination with the more declaration. For instance:
dir | more
or
attrib *.* | more
In addition, some commands, like as the dir command, also permit the /p command that displays one page at a time.
For instance: dir /p
Bookmarks