回复 13# cjiabing
可以用ahk模拟- Run, "002.doc"
- WinWait, 002.doc,,
- HKL:=DllCall("LoadKeyboardLayout", Str, 0x08040804, UInt, 1)
- ControlGetFocus, ctl, A
- SendMessage, 0x50, 0, HKL, %ctl%, A
- BlockInput on
- Sleep, 500
- Send, {Down 4}{Right}{Ins}秋风夜雨
- Sleep, 300
- Send, ^{Down 2}123456789012345678
- Sleep, 300
- Send, ^{Down 2}男女
- Sleep, 300
- Send, ^{Down 3}1998
- Sleep, 300
- Send, ^{Down 2}7
- Sleep, 300
- Send, ^{Down 3}月球
- Sleep, 300
- Send, ^{Down 2}团员
- Sleep, 300
- Send, ^{Down 2}贵族
- Sleep, 300
- Send, {F12}
- WinWait, 另存为,,
- Sleep, 300
- Send, {BS}
- Sleep, 300
- Random, rand, 1000, 9999
- SendRaw, %rand%.doc
- Sleep, 500
- ControlClick, Button8, 另存为,, L
- ;Send,!s
复制代码
|