About net send message
-
Hi: we can use winpopup.exe to send net message to other peer in win9x,while in winNT/2000,we use "net send ...". Winpopup.exe use windows mailslot to read/write message,the question is how winNT/2000 read/write message from network? does it use namedpipe? I am seeking... For what? Why did you ask me for what? I don't know!
-
Hi: we can use winpopup.exe to send net message to other peer in win9x,while in winNT/2000,we use "net send ...". Winpopup.exe use windows mailslot to read/write message,the question is how winNT/2000 read/write message from network? does it use namedpipe? I am seeking... For what? Why did you ask me for what? I don't know!
I'm pretty sure "net send" uses SMB (the horror). A starting point might be Q168893. For more info I'd point you to the samba project (no url, but googling should get you there).
-
Hi: we can use winpopup.exe to send net message to other peer in win9x,while in winNT/2000,we use "net send ...". Winpopup.exe use windows mailslot to read/write message,the question is how winNT/2000 read/write message from network? does it use namedpipe? I am seeking... For what? Why did you ask me for what? I don't know!
No, it also uses NetBios(), which actually means it uses mailslots. The "net send" thing is there since the very first days of Windows for Workgroups and interoperable between all OS that support SMB (they all use the same mailslot for it). -- Daniel Lohmann http://www.losoft.de (Hey, this page is worth looking! You can find some free and handy NT tools there :-D )