Capture graphics from a full screen cmd console?

1

How do you capture graphics from a program running in a full-screen cmd console?

The Print Screen button does't work, nor does Alt-Print Screen.

I have tried to set the display options on the window to not run full-screen, but it seems to have no effect. the cmd window size remains full screen.

Chad

Posted 2009-10-26T16:54:59.727

Reputation: 1 654

Answers

1

I just found this:

Note: It is not possible to capture graphics from full DOS screens under Windows XP. Since this is a limitation of the operating system itself, no screen capture software can get around it. However Microsoft is offering a solution with their product "Virtual PC 2004" for free. Click here for details.

Therefore the easiest solution is like Matt suggests: use a Virtual Machine and take a screenshot of that from your normal OS.

Ivo Flipse

Posted 2009-10-26T16:54:59.727

Reputation: 24 054

Didn't work. The program bombs running in a Windows Vista Virtual Machine. Great idea though. If I don;'t get a solution that works, I'll choose this as the best answer. – Chad – 2009-10-26T21:56:55.547

You should then try a Windows XP Virtual Machine, if you're lucky use XP Mode under Windows 7! – Ivo Flipse – 2009-10-27T07:04:41.093

1

Can you run it in a virtual machine than do the capture from the Host computer? If that doesn't work there are a few TSR programs still floating around that will run in the background of Dos and do the capture when a hot key is pressed. The problem with these programs is that alot of times in Dos things get funny when applications are in full screen/ real mode.

If that doesn't work you can google it, seems to be a few programs/hints on how to do it.
Google Search

Matt

Posted 2009-10-26T16:54:59.727

Reputation: 638

1Usually it's a good idea to post the URLs from the search that are relevant instead of the search results themselves. Google searches will change over time and the top few results may not be relevant anymore if this question is looked at a few years down the road. – MDMarra – 2009-10-26T17:33:44.267

2I've searched for some but either couldn't get them to work or I didn't do it right. I tend to believe the guy who posted that it is impossible to capture full screen DOS graphics except running in a Virtual Machine, which I think is a great idea. – Chad – 2009-10-26T20:16:35.873

0

Have you tried the Alt+Enter key combination to toggle the running Command window between fullscreen and windowed? That would enable you to use Alt+PrtScrn.

JMD

Posted 2009-10-26T16:54:59.727

Reputation: 4 427

I tried. It didn't work – Chad – 2009-10-26T20:15:04.393

The program starts off in windowed mode but switches to full screen mode when it draws a graph. It is the graph whose image I need to copy. – Chad – 2009-10-26T23:06:40.380