举报
#include <GUIConstantsEx.au3> #include <WindowsConstants.au3> Dim $a HotKeySet("{F6}", "copy") GUICreate("", 400, 400) $Input1 = GUICtrlCreateInput("", 80, 30, 280, 20) GUISetState(@SW_SHOW) While 1 $msg = GUIGetMsg() If $msg = $GUI_EVENT_CLOSE Then ExitLoop WEnd Func copy() Run("telnet") Sleep(1000) $a = GUICtrlRead($Input1) Send($a) EndFunc ;==>copy
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-2-24 13:05 , Processed in 0.084113 second(s), 19 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.