RosettaCodeData/Task/Fork/AutoHotkey/fork.ahk
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

4 lines
132 B
AutoHotkey

MsgBox, 4, Fork, Start another process?
IfMsgBox, Yes
Run, %A_AhkPath% "%A_ScriptFullPath%"
MsgBox, 0, Fork, Stop this process.