DOS screen capture?

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
gokuson

DOS screen capture?

Post by gokuson »

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 ?
Andreas

Re: DOS screen capture?

Post by Andreas »

Copy and Paste
gokuson

Re: DOS screen capture?

Post by gokuson »

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.
Andreas

Re: DOS screen capture?

Post by Andreas »

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?

Post by Curtis Neimeister »

When you run the app in DOS, append > filename.txt to the command and the screen outputs will be routed to filename.txt.
Post Reply