Search found 2 matches

by mrxindowntown
22 Nov 2013 07:47
Forum: DOS Batch Forum
Topic: Screenshots of inactive window
Replies: 5
Views: 5824

Re: Screenshots of inactive window

Squashman wrote:Not with Batch.
You would need to do it with some other 3rd party utility. Take a look at AutoHotKey or AutoIt.


That's only for the automating part though right. How about actually taking a screenshot of an invisible window though. That's the portion that I haven't been able to figure out.
by mrxindowntown
22 Nov 2013 03:39
Forum: DOS Batch Forum
Topic: Screenshots of inactive window
Replies: 5
Views: 5824

Screenshots of inactive window

Is it possible to automatically take a screenshot of a specific window (even when it's not active/visible) every 5 mins or so and then save to a pre-defined location with a unique filename e.g. 2013_11_12_10:15_LoggedInUser_sometext_1? I know most of it is possible except for the " take a scree...