Page 1 of 1

DOS screen capture?

Posted: Sun Jul 29, 2001 10:26 pm
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 ?

Re: DOS screen capture?

Posted: Mon Jul 30, 2001 6:59 am
by Andreas
Copy and Paste

Re: DOS screen capture?

Posted: Mon Jul 30, 2001 7:46 am
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.

Re: DOS screen capture?

Posted: Mon Jul 30, 2001 8:24 am
by Andreas
Then you need to set the DOS-Box-Properties to allow a bigger buffer (which also makes it scrollable).

Re: DOS screen capture?

Posted: Tue Jul 31, 2001 8:05 pm
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.