Computing.Net > Forums > Disk Operating System > Capturing screen output to file

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

Reply to Message Icon

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

Thanks.



Sponsored Link
Ads by Google

Response Number 1
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.


http://bigfoot.com/~batfiles/download/scrn_utl.zip
scrn_utl.zip 28,334 December 1, 1992 4 files: copyscr.exe, savescr.exe, backscrl.com, backscrl.doc


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: Capturing screen output to file

Redirecting print output to file www.computing.net/answers/dos/redirecting-print-output-to-file/14884.html

redirect Lpt1 output to file www.computing.net/answers/dos/redirect-lpt1-output-to-file/75.html

dos printing to file www.computing.net/answers/dos/dos-printing-to-file/11516.html