06-29-2005, 11:41 AM
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.
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.