Distributed programming/AutoHotkey: Difference between revisions

m
Fixed syntax highlighting.
m (moved Distributed program/AutoHotkey to Distributed programming/AutoHotkey: UnderBot missed this one because a page named "Distributed programming" already existed.)
m (Fixed syntax highlighting.)
 
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,476

edits