Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Super basic question
#1
Hi,

I'm a first time user of this software.

I'm trying to setup a macro to click a certain spot on my desktop, then wait half a second, then have the macro repeat forever until I decide to cancel it. What command do I use to continually restart the macro?

Thanks.
#2
Nevermind, got it solved.
#3
What was your solution ...
I have the same problem ... I want to repeat a macro a number of time !
#4
ptelhomme, this is what parasite09 is describing. Hopefully it can be of use to you.

Macro Macro2
Code:
Copy      Help
rep ;; rep = repeat indefinitely | rep # = repeat x number of times
,lef 123 456 ;; change these to your desired screen x and y
,wait 1 ;; wait time in seconds


Forum Jump:


Users browsing this thread: 1 Guest(s)