您好,登錄后才能下訂單哦!
1. 問(wèn)題或需求描述:
熱鍵調(diào)用三方程序
2.解決方法:
使用 AutoIt3 腳本語(yǔ)言,可以快速編寫(xiě)出熱鍵主調(diào)程序。
3.例如:
利用熱鍵調(diào)用三方程序,實(shí)現(xiàn)特定需要。例程中,我們實(shí)現(xiàn)按 “F4”鍵時(shí)調(diào)起三方程序,實(shí)現(xiàn)清除電腦上的所有藍(lán)牙連接等功能。
au3代碼:
If WinExists("firswof-clearbt") Then Exit
GUICreate("firswof-clearbt")
HotKeySet ( "{ESC}" , "_Exit")
HotKeySet ( "{F2}" , "_ShutAllConsole")
HotKeySet ( "{F3}" , "_RestartBT")
HotKeySet ( "{F4}" , "_ClearBT")
ToolTip("[ESC:退出;F4:清除藍(lán)牙]", 0, 0)
While (1)
Sleep(60000)
WEnd
Func _Exit()
Exit
EndFunc
Func _ClearBT()
ShellExecute ( "E:\BT_Pair.exe" , " -u" , "")
EndFunc
Func _RestartBT()
ShellExecute ( "E:\BT_Pair.exe" , " -r" , "")
EndFunc
Func _ShutAllConsole()
ShellExecute ( "E:\BT_Pair.exe" , " -a" , "")
EndFunc
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。