RosettaCodeData/Task/Fork/AutoHotkey/fork.ahk
2023-07-01 13:44:08 -04: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.