Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プログラムをロードする前に、プログラムをロードするかどうかを確認するポップアップを作成する方法について知りたい。例:
^g::Run C:\GW2\gw2.exe
あなたはたくさんの宿題をしたようには見えませんが、ここで解決策を提供します。
^g:: MsgBox, 4100, , Would you like to launch GW2?, 5 ; 5-second timeout. IfMsgBox, No Return ; User pressed the "No" button. IfMsgBox, Timeout Return ; Timed out. run, C:\GW2\gw2.exe Return