Net send module?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • GoodMorningSky

    #1

    Net send module?

    Do you have any module that works like net send in DOS as c#?

    for example..
    net send 10.100.1.2 "test" // this sends msg..

    AObject.NetSend Method("10.100. 1.2", "Test Message") // I need this kind of
    method..

    Thank you...


  • Cor Ligthert

    #2
    Re: Net send module?

    GoodMorningSky,

    Do you want to see that in the C# language?
    Maybe than the best newsgroup for that is

    microsoft.publi c.dotnet.langua ges.csharp

    Cor
    "GoodMorningSky " <sky@forever21. com>
    ..[color=blue]
    > Do you have any module that works like net send in DOS as c#?
    >
    > for example..
    > net send 10.100.1.2 "test" // this sends msg..
    >
    > AObject.NetSend Method("10.100. 1.2", "Test Message") // I need this kind[/color]
    of[color=blue]
    > method..
    >
    > Thank you...
    >
    >[/color]


    Comment

    • John Timney \(Microsoft MVP\)

      #3
      Re: Net send module?

      try wrapping netsend with process.start

      --
      Regards

      John Timney
      Microsoft Regional Director
      Microsoft MVP


      "GoodMorningSky " <sky@forever21. com> wrote in message
      news:#2TxbcdnEH A.3908@TK2MSFTN GP09.phx.gbl...[color=blue]
      > Do you have any module that works like net send in DOS as c#?
      >
      > for example..
      > net send 10.100.1.2 "test" // this sends msg..
      >
      > AObject.NetSend Method("10.100. 1.2", "Test Message") // I need this kind[/color]
      of[color=blue]
      > method..
      >
      > Thank you...
      >
      >[/color]


      Comment

      Working...