Anyone know of a way to simply paste a screenshot (taken with PrtScn or Alt+PrtScn) into a Windows Explorer folder and have it be saved as an image (possibly with a dialog asking about image size and format options)? That is, I might take a screenshot with print screen, open a folder and hit Ctrl+V, and a new jpg (or png, or whatever) would appear in that folder with the contents of my screenshot.

link|improve this question

40% accept rate
3  
While some of those answers may be useful here, this question is asking about a very different task. – Velociraptors Nov 19 '10 at 15:59
Directly paste a screenshot held in the clipboard into a Windows folder, no, this would require software of some sort, I have never seen this type of software, interesting idea though. – Moab Nov 19 '10 at 16:16
feedback

1 Answer

If you're running Windows Vista or Windows 7 I'd recommend using "Snipping Tool" which comes installed automatically.

It's a bit more versatile than the Prtscn command and it allows for direct saving, copying and pasting, etc.

As for the PrtScn command copying to Explorer automatically, I think that this isn't possible due to the format in which the command takes the screenshot.

link|improve this answer
I like snipping tool (and am running Win7), but I'd still love to have the functionality I describe in the question. Also, anything's possible if you have the time/money/determination - I could envision a service or taskbar application which monitors clipboard contents for the signature of an image and detects when Ctrl+V is pressed while the active window is an Explorer window. Then, all that's left to do is transform the clipboard contents to an image format and save to the folder in the active window. I bet AutoHotKey provides a method to do so. But I don't want to reinvent the wheel. :-) – Pat Nov 19 '10 at 16:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.