Skip to content

Instantly share code, notes, and snippets.

@10sr
Created April 10, 2010 15:38
Show Gist options
  • Select an option

  • Save 10sr/362077 to your computer and use it in GitHub Desktop.

Select an option

Save 10sr/362077 to your computer and use it in GitHub Desktop.
あふリスタータ afxwrestart.exe AFX.EXE TAfxFormな感じ
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