Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Time to repeat macro
#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.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)