Basically I want to run a batch script in XP to take a screenshot, then print it to *.bmp or *.jpg.
Problem is I can't really find anything to help me do it.
I was hoping for a really simple screen cap utility I could call in a batch script, that would grab the screen at that moment and print it to an image without any other dialogue boxes or bloat.
My issue is anything I am looking for in google is bloated.
Ideas?
I made this about a hundred years ago:
[url]http://upl.luahelp.com/uploads/YGI5UWjo/ScreenDumper.rar[/url]
Use it like this:
[code]
ScreenDumper yourFileName.jpg
[/code]
It always outputs jpeg, no matter what extension you specify.
Requires .NET 2.0.
edit:
I were pretty much a noob on console application conventions at the time, so it will output informational text (reflecting what happened) whether it succeeded or not.
[B]Edit: [/B]*ninja'd*
Sorry, you need to Log In to post a reply to this thread.