RosettaCodeData/Task/Fork/AutoHotkey/fork.ahk

5 lines
132 B
AutoHotkey
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
MsgBox, 4, Fork, Start another process?
IfMsgBox, Yes
Run, %A_AhkPath% "%A_ScriptFullPath%"
MsgBox, 0, Fork, Stop this process.