|
地板

楼主 |
发表于 2013-5-31 17:48:27
|
只看该作者
进程句柄=系统.枚举("appset.exe",2)
进程.关闭进程(进程句柄)
进程.打开("C:\\MISSystem\\AppServer\\AppSet.exe",0)
键盘.按键(8,1)
这样写了以后没有反映呢 我在按键精灵中是下边这样写的
Call Lib.系统.结束进程("appset.exe")
RunApp "C:\MISSystem\AppServer\AppSet.exe"
Delay 15
KeyPress "BackSpace", 1
KeyPress "1", 1
KeyPress "0", 1
KeyPress ".", 1
KeyPress "7", 1
KeyPress "5", 1
KeyPress ".", 1
KeyPress "0", 1
KeyPress ".", 1
KeyPress "2", 1 |
|