Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Run scheduled macro when PC not in use
#2
Did you try to use Task Scheduler? It has an option "When idle". You can create scheduled tasks from QM macro Properties dialog.
On my Windows 7 it does not work.

Other option - run a function that repeatedly calls WaitIdle. When WaitIdle returns, launches the macro using mac.
Function idle_scheduler
Code:
Copy      Help
rep
,WaitIdle 60 ;;1 minute
,mac "Macro1993"


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)