Run("notepad.exe")
WinWaitActive("无标题 - 记事本")
Send("这是我的一些内容~!@#$%^")
WinClose("无标题 - 记事本")
;WinWaitActive("Static","否(&N)")
;WinWaitActive("[Size:266, 126;]", "想保存文件")
;Sleep(1000)

;WinWaitActive("无标题 - 记事本")
;Send("!N")
Sleep(1000)
ControlClick("记事本", "", "[CLASS:Button; INSTANCE:2]")    ;此句有效




AutoIT 3主页.

http://www.autoitscript.com/autoit3/

相关文章:

  • 2021-07-10
  • 2022-12-23
  • 2022-12-23
  • 2021-12-21
  • 2022-01-15
  • 2022-12-23
  • 2021-06-09
猜你喜欢
  • 2021-09-12
  • 2022-02-14
  • 2022-12-23
  • 2021-05-25
  • 2022-12-23
  • 2022-01-11
  • 2022-12-23
相关资源
相似解决方案