Jump to content

Run Program BUT half if fullscreen


MCT
 Share

Recommended Posts

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.gif

you might try this:

$state=wingetstate("",""); this usually grabs the active window. :)
if $state=32 then exit; 32 is maximised
; rest of script

you 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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...