EzHotKey 板


LINE

如题 就是目前我知道C语言内可以用system("a.exe")的方式呼叫我要使用的AHK转好的EXE档 我有一个问题是假设C语言内我有一个程式判断上下左右 if(x == 1) //上 { system("UP.exe"); } else if(x == 2) //下 { system("DN.exe"); } else if(x == 3) //右 { system("R.exe"); } else if(x == 4) //左 { system("L.exe"); } 判断完一个方向後,执行对应到的EXE档 现在我想说AHK能不能把每个对应到的方向集中到一个EXE档,然後把C得到的结果, 在AHK内自行判断然後执行?? --



※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 36.224.199.250
1F:推 ScorAlan:CompiledScript.exe [Script Parameters] 10/09 17:12
2F:→ ScorAlan:[Script Parameters]里面放1 or 2 or 3 or 4 10/09 17:14
3F:→ ScorAlan:在还没有compile之前,加入这两句做为外加参数判断 10/09 17:16
4F:→ ScorAlan:loop,%0% 10/09 17:19
5F:→ ScorAlan:Pparameter:=%A_Index% 10/09 17:19
6F:→ ScorAlan:Pparameter即为你丢入的1 or 2 or 3 or 4.... 10/09 17:21
7F:→ phase999:嗯 大概有个方向了 10/12 16:17
8F:→ phase999:可以顺便问下是写成这样吗? 10/12 16:18
9F:→ phase999:loop,%0% 10/12 16:18
10F:→ phase999:{Pparameter:=%A_Index% 10/12 16:19
11F:→ phase999:if(s == 1) ;上 10/12 16:19
12F:→ phase999:{ 执行上 10/12 16:20
13F:→ phase999:} 10/12 16:20
14F:推 ScorAlan:if (Pparameter == 1) 10/12 17:19
15F:→ ScorAlan:msgbox,放入的参数为1(代表上) 10/12 17:19
16F:→ ScorAlan:if (Pparameter == 2) 10/12 17:20
17F:→ ScorAlan:msgbox,放入的参数为2(代表下) 10/12 17:20
18F:→ ScorAlan:if (Pparameter == 3) 10/12 17:20
19F:→ ScorAlan:msgbox,放入的参数为3(代表右) 10/12 17:21
20F:→ ScorAlan:if (Pparameter == 4) 10/12 17:21
21F:→ ScorAlan:msgbox,放入的参数为4(代表左) 10/12 17:21
22F:→ ScorAlan:if(s == 1) ;上 这行的s改为Pparameter就可以了 10/12 17:23
23F:→ phase999:可以请问一下Pparameter:=%A_Index%这句,後面的%A_Index 10/13 10:39
24F:→ phase999:%是什麽意思? 10/13 10:40
25F:→ phase999:还有想再问一个问题,就是如何把C++的变数,丢到AHK里?? 10/13 10:50







like.gif 您可能会有兴趣的文章
icon.png[问题/行为] 猫晚上进房间会不会有憋尿问题
icon.pngRe: [闲聊] 选了错误的女孩成为魔法少女 XDDDDDDDDDD
icon.png[正妹] 瑞典 一张
icon.png[心得] EMS高领长版毛衣.墨小楼MC1002
icon.png[分享] 丹龙隔热纸GE55+33+22
icon.png[问题] 清洗洗衣机
icon.png[寻物] 窗台下的空间
icon.png[闲聊] 双极の女神1 木魔爵
icon.png[售车] 新竹 1997 march 1297cc 白色 四门
icon.png[讨论] 能从照片感受到摄影者心情吗
icon.png[狂贺] 贺贺贺贺 贺!岛村卯月!总选举NO.1
icon.png[难过] 羡慕白皮肤的女生
icon.png阅读文章
icon.png[黑特]
icon.png[问题] SBK S1安装於安全帽位置
icon.png[分享] 旧woo100绝版开箱!!
icon.pngRe: [无言] 关於小包卫生纸
icon.png[开箱] E5-2683V3 RX480Strix 快睿C1 简单测试
icon.png[心得] 苍の海贼龙 地狱 执行者16PT
icon.png[售车] 1999年Virage iO 1.8EXi
icon.png[心得] 挑战33 LV10 狮子座pt solo
icon.png[闲聊] 手把手教你不被桶之新手主购教学
icon.png[分享] Civic Type R 量产版官方照无预警流出
icon.png[售车] Golf 4 2.0 银色 自排
icon.png[出售] Graco提篮汽座(有底座)2000元诚可议
icon.png[问题] 请问补牙材质掉了还能再补吗?(台中半年内
icon.png[问题] 44th 单曲 生写竟然都给重复的啊啊!
icon.png[心得] 华南红卡/icash 核卡
icon.png[问题] 拔牙矫正这样正常吗
icon.png[赠送] 老莫高业 初业 102年版
icon.png[情报] 三大行动支付 本季掀战火
icon.png[宝宝] 博客来Amos水蜡笔5/1特价五折
icon.pngRe: [心得] 新鲜人一些面试分享
icon.png[心得] 苍の海贼龙 地狱 麒麟25PT
icon.pngRe: [闲聊] (君の名は。雷慎入) 君名二创漫画翻译
icon.pngRe: [闲聊] OGN中场影片:失踪人口局 (英文字幕)
icon.png[问题] 台湾大哥大4G讯号差
icon.png[出售] [全国]全新千寻侘草LED灯, 水草

请输入看板名称,例如:BuyTogether站内搜寻

TOP