作者PHP5 (Powered by Zend Engine2)
看板EzHotKey
标题[AHK-] Run 能不能放在 function里?
时间Tue Jan 6 16:51:21 2009
初学 AHK ,想写一个function 如下
把判断IfWinExist, Run 函式化
RunOnce (ProgPath, Title="")
{
if (Title!="")
{
IfWinExist Title
{
WinActivate
return
}
}
Run ProgPath
}
#s:: RunOnce (sndvol32, Volume Control)
但是不work
不知道要怎样才能达到我的要求?
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.112.250.220
※ 编辑: PHP5 来自: 140.112.250.220 (01/06 16:52)