Skip to content

Instantly share code, notes, and snippets.

@OKsign
Created March 3, 2021 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OKsign/48652ae58909aeae4d2b5b9a604bb635 to your computer and use it in GitHub Desktop.
Save OKsign/48652ae58909aeae4d2b5b9a604bb635 to your computer and use it in GitHub Desktop.
AutoIt Script ====================================================
#WinActivate("[CLASS:MozillaWindowClass]", "")
# user input
$ahk_file="C:\Users\John See\Desktop\t2.ahk"
# end of user input
ShellExecute($ahk_file)
sleep(199)
END of AutoIt Script ----------------------------------------------
AutoHotkey Script =================================================
SetTitleMatchMode, 2
WinActivate, Mozilla Firefox
END of AutoHotkey Script -------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment