Fork: Difference between revisions

171 bytes added ,  14 years ago
Added AutoHotkey
m (omit TI-BASIC)
(Added AutoHotkey)
Line 23:
This is the original process
</pre>
=={{omit from|AutoHotkey}}==
Untested!
<lang AutoHotkey>instancenum = %1%+1
MsgBox, 4, Fork Process, %instancenum% number: run another?
IfMsgBox, Yes
Run, %A_ScriptFullName% %instancenum%
ExitApp</lang>
=={{header|C}}==
{{works with|gcc}}
Anonymous user