Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Time to repeat macro
#1
hi all, im new to the "macro scene" and i just downloaded "Quick Macros". I have already recorded what i want my macro to do for me however I cannot seem to figure out how to change the timing for the intervals, i.e. I want the macro to trigger every 5 mins for example... Could somebody please send me down the right path?

Thanks
VeeDub
#2
There are various ways. For example, you can run a function that launches the macro:

rep ;;repeat
,60*5 ;;wait 5 minutes
,mac "Macro22" ;;launch macro "Macro22"

Or, place the code directly in the function or macro:

rep
,60*5
,macro
,text

To stop the function, use the tray menu.


Forum Jump:


Users browsing this thread: 1 Guest(s)