RosettaCodeData/Task/Fork/AutoHotkey/fork.ahk

5 lines
132 B
AutoHotkey
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
MsgBox, 4, Fork, Start another process?
IfMsgBox, Yes
Run, %A_AhkPath% "%A_ScriptFullPath%"
MsgBox, 0, Fork, Stop this process.