VOGONS


Scrolling in DOSBox

Topic actions

First post, by Sam324

User metadata
Rank Newbie
Rank
Newbie

Hi; how do I/you scroll up in the DOSBox window? I tried TAR-1~1 --help | more and also TAR-1~1 --help /p. It still did what it usually does, print too much text to fit on the screen or window. So, how do I do this?

Reply 1 of 2, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

I don't think DOSBox supports piping. You can redirect the output to a file:

xxxxxx > C:\file.txt

and then use Notepad or something to view it.

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 2 of 2, by Sam324

User metadata
Rank Newbie
Rank
Newbie

OK, I will try that. 😎 Thanks.