MCT Posted December 6, 2004 Posted December 6, 2004 how can i run a program but if im using an app thats fullscreen, halt & dont run it, i wanna have this thing run once an hr thanks
scriptkitty Posted December 6, 2004 Posted December 6, 2004 ok, if I understand this question:how can i run a program but if im using an app thats fullscreen, halt & dont run it, i wanna have this thing run once an hr smile.gifyou might try this:$state=wingetstate("",""); this usually grabs the active window. :) if $state=32 then exit; 32 is maximised ; rest of scriptyou could also put use a loop to make it run once each our, or use it in a scheduled task. AutoIt3, the MACGYVER Pocket Knife for computers.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now