Created
April 10, 2010 15:38
-
-
Save 10sr/362077 to your computer and use it in GitHub Desktop.
あふリスタータ afxwrestart.exe AFX.EXE TAfxFormな感じ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if 0 = 0 | |
| { | |
| msgbox,あふの実行ファイルと同フォルダに置く。`nあふ:`nafxwrestart.exe AFX.EXE TAfxForm`nあふw:`nafxwrestart.exe AFXW.EXE TAfxWForm | |
| exitapp | |
| } | |
| IfWinNotExist, ahk_class %2% | |
| exitapp | |
| winclose | |
| winwaitclose | |
| sleep,500 | |
| run,%A_ScriptDir%\%1%,,max,afx_pid | |
| winwait, ahk_pid %afx_pid% | |
| ;winwait, ahk_class %2% | |
| ;WinMaximize | |
| tooltip,完了 | |
| sleep,2000 | |
| exitapp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment