Is there a way to execute printscreen key of the keyboard from the command prompt?
mkdir folder ' creates folder
start some.exe ' runs the exe file
Now how do I capture the window as a screen shot from command prompt instead of pressing print screen key?
Actually does command line support it?
I don’t know of a way to batch-run a print screen, but you can pipe screen output to a file using syntax similar to
(or use >> to append to an existing file). This redirection works in DOS/Windows-cmd/Unix