any idea how to capture all those message in DOS into the textpad document ?
eg : when i run java application in dos, i want to capture all the message on screen into a txt file.
anyway to do this ?
DOS screen capture?
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
gokuson
Re: DOS screen capture?
can only copy and paste for one screen at a time ?
most of the time, the screen goes flying for few pages....cannt capture all.
most of the time, the screen goes flying for few pages....cannt capture all.
-
Andreas
Re: DOS screen capture?
Then you need to set the DOS-Box-Properties to allow a bigger buffer (which also makes it scrollable).
-
Curtis Neimeister
Re: DOS screen capture?
When you run the app in DOS, append > filename.txt to the command and the screen outputs will be routed to filename.txt.