Distributed programming/AutoHotkey: Difference between revisions

m
Fixed syntax highlighting.
No edit summary
m (Fixed syntax highlighting.)
 
(One intermediate revision by one other user not shown)
Line 2:
 
WinSock2 library created by derRaphael. Basic code structure created by Trikster. Everything else created by B R (skylord5816 on IRC).
<div style="clear:both;width:full;overflow:scroll"><langsyntaxhighlight lang="autohotkey">#Include WinSock2.ahk
#Persistent
#SingleInstance, force
Line 108:
GuiClose:
WS2_CleanUp()
ExitApp</langsyntaxhighlight></div>
 
Put the above on one computer, and run it. Then put the below on a different computer (no need for a network, just add Internet!) and run it.
<div style="width:full;overflow:scroll"><langsyntaxhighlight lang="autohotkey">#Include WinSock2.ahk
#Persistent
#SingleInstance, force
Line 217:
GuiClose:
WS2_CleanUp()
ExitApp</langsyntaxhighlight></div>
9,479

edits