Hi,
I would like to use one of my ahk script as a command and pass it a parameter. With Launchy I was using goto|irc and irc was my parameter.
How I can pass parameter with ndroid to my command ?
Regards.

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
SetTitleMatchMode, RegEx
title = %1%
MsgBox, %title%
WinGet, win, List, i)%title%
Loop %win% {
id := win%A_Index%
;MsgBox, %id%
WinActivate, ahk_id %id%
return
}

Users browsing this forum: No registered users and 1 guest