Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. About net send message

About net send message

Scheduled Pinned Locked Moved C / C++ / MFC
questionsysadmin
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Simon W 0
    wrote on last edited by
    #1

    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!

    M D 2 Replies Last reply
    0
    • S Simon W 0

      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!

      M Offline
      M Offline
      Mike Nordell
      wrote on last edited by
      #2

      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).

      1 Reply Last reply
      0
      • S Simon W 0

        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!

        D Offline
        D Offline
        Daniel Lohmann
        wrote on last edited by
        #3

        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 )

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups