#author("2019-03-29T06:17:16+09:00","default:ryuichi","ryuichi")
* WinExistで正規表現を使う [#efcfedc8]


 F1::
   if WinExist("- メモ帳$ ahk_class Notepad") {
   MsgBox, メモ帳がある
   } else {
   MsgBox, メモ帳がない
   }
   Return


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS