Page 1 of 1

bring Autohotkey script into Pulover's?

Posted: 24 Feb 2014, 09:22
by Anom123
I was wondering if there was a way to import an Autohotkey script into pulovers?

I have this line of code (below) that I am trying to mimic in pulovers, but I am not sure how.

-------------------------------------------
envadd,lastdate, -12, hours

StringLeft, mm, lastdate, 6
StringRight,mm, mm,2

StringLeft, dd, lastdate, 8
StringRight,dd, dd,2

StringLeft, yy, lastdate, 4
StringRight,yy, yy,2

StringLeft, hh, lastdate, 10
StringRight,hh, hh,2

StringLeft, min, lastdate, 12
StringRight,min, min,2

send %mm%
sleep 500
send %dd%
sleep 500
send %yy%
sleep 500
send %hh%
sleep 500
send %min%
sleep 500
-------------------------------------------

Re: bring Autohotkey script into Pulover's?

Posted: 14 Mar 2014, 03:23
by Zelio
No reply, 2 weeks ago posted...

I suggest to ask to the author (but Pulover seems very busy) http://ahkscript.org/boards/ucp.php?i=p ... mpose&u=62 or try at the official thread http://ahkscript.org/boards/viewtopic.php?f=6&t=143 or press F1 when you are inside MacroCreator to get the help manual...
Also I guess it is possible to call and run an autohotkey file...

Good luck !