Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Close a program (Outlook) based on wait time?
#3
To run a macro on idle, try Windows Task Scheduler. In macro Properties dialog click Schedule...

Or use function WaitIdle. Example:
Macro Macro2515
Code:
Copy      Help
int w=win("" "" "outlook")
if(!w) ret ;;nothing to do
WaitIdle 60*60
;now close Outlook windows with Lionking code, or with function CloseWindowsOf, etc


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)