There are plenty of tricks to send stuff to the clipboard, and a few tricks to send the contents of the clipboard to a text file, but does anyone know a trick to make an image file from the contents of the clipboard? Of course I could open my image editor, paste the clipboard into it, and then save the image, but that's a lot of work if you quickly want to store a bunch of screenshots. Is it possible to write a script (.vbs or .bat) that: 1) opens Paint 2) pastes the clipboard into the open paint window 3) saves the fresh file to the desktop in an image format of my choice, preferably .tif 4) closes Paint All without any user input, apart from doubleclicking the script to launch it. I know how to write .bats, but .vbs is a different animal. Any tips?