Echo server: Difference between revisions

Content added Content deleted
(+AutoHotkey)
(→‎{{header|AutoHotkey}}: traytip instead of msgbox)
Line 186: Line 186:


myreceive:
myreceive:
Msgbox, received %mydata%
TrayTip, server, %mydata%, ,16
return
return


Line 192: Line 192:
ExitSub:
ExitSub:
DllCall("Ws2_32\WSACleanup")
DllCall("Ws2_32\WSACleanup")
ExitApp</lang>
ExitApp</lang>


=={{header|C}}==
=={{header|C}}==