diff --git a/ahk/README.md b/ahk/README.md index c0d8576..12fbdfb 100644 --- a/ahk/README.md +++ b/ahk/README.md @@ -1,3 +1,12 @@ ```ahk +F10:: Run, %ComSpec% /c code "%A_ScriptFullPath%",, Hide ``` +# Hide Ahnlab +```ahk +Loop +{ + WinWait "ahk_exe esaui.exe" + WinClose "ahk_exe esaui.exe" + WinWaitClose "ahk_exe esaui.exe" +} +``` \ No newline at end of file