Echo server: Difference between revisions

Content added Content deleted
(+AutoHotkey)
(→‎{{header|AutoHotkey}}: traytip instead of msgbox)
Line 186:
 
myreceive:
TrayTip, Msgboxserver, received %mydata%, ,16
return
 
Line 192:
ExitSub:
DllCall("Ws2_32\WSACleanup")
ExitApp</lang>
 
=={{header|C}}==