Jump to content

Fork: Difference between revisions

259 bytes added ,  14 years ago
No edit summary
Line 44:
Run, %A_ScriptFullName% %instancenum%
ExitApp</lang>
New version:
<lang AutoHotkey>If 0 = 0 ; no arguments
InstanceNum = 1
Else
InstanceNum = %1%
 
MsgBox, 4, Fork Process, Number %InstanceNum%: Run another?
InstanceNum += 1
IfMsgBox, Yes
Run, "%A_AhkPath%" "%A_ScriptFullPath%" %InstanceNum%</lang>
 
=={{header|C}}==
138

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.