Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Capturing screen output to file
Name: Jaisol Date: September 5, 2000 at 16:35:13 Pacific
Comment:
Somebody know how can I capture the screen output generated from dos app to file.
I need to access some info. This info is generated only for a dos application and this app is like the TYPE command. When I execute the app this show me the info just to screen. I would like to send this info to file for later access it.
Something like the ">" dos switch (example: dir > file.txt).
Name: Bog shot Date: September 5, 2000 at 17:44:54 Pacific
Reply:
Goto www.neosoftware.com and download a program called neopaint. It includes with it a program whick captures the screen image and saves it to a file..
0
Response Number 2
Name: bubbletrap Date: September 8, 2000 at 02:00:34 Pacific
Reply:
I think you just want the text that is displayed on screen sent to a text file? This is done as follows: If you would enter PROGNAME to start the program, enter PROGNAME>OUTPUT.TXT to store the output as the file OUPUT.TXT.
This will send all the text that would have gone to the screen to the text file instead. The disadvantage is if the program displays a menu, etc requiring a response from you, you won't see the text, so you'd have to work from memory and press any required keys.
Also, if the output of the program is in graphical form, this will not work.
0
Response Number 3
Name: Laurence Date: September 8, 2000 at 03:15:11 Pacific
Reply:
There are 3rd party screen capture utilties available.
Summary: I am interested in the TSR program that redirects LPT1 output to a file. I would appreciate it very much if you could email me a copy. Thank you....
Summary: I had a similar problem. Do you specifically require an output to file (.prn file) or are you trying to find a way to print from a DOS app on a Windows only printer? I've tried prn2file and I can't ge...