counting up script that types the number and presses enter

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
User avatar
boiler
Posts: 16960
Joined: 21 Dec 2014, 02:44

Re: counting up script that types the number and presses enter

20 Sep 2017, 06:51

Code: Select all

Loop, 25 ; or whatever you want to count up to
    Send, %A_Index%{Enter}

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: CrowexBR, demon740, gsxr1300, ht55cd3 and 277 guests