How to manipulate Net send module?

20/09/2004 - 18:12 por GoodMorningSky | Informe spam
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.NetSendMethod("10.100.1.2", "Test Message") // I need this kind of
method..

I tried following, but didn't work..
Process.Start("net send", "it009 testing..");
and
Process.Start("net send it009 testing..");

Thank you...
 

Leer las respuestas

#1 pablo crosio
20/09/2004 - 20:04 | Informe spam
hi!

try with this

http://zamov.online.fr/EXHTML/CShar...72553.html

salu2!!

pablo

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.NetSendMethod("10.100.1.2", "Test Message") // I


need this kind of
method..

I tried following, but didn't work..
Process.Start("net send", "it009 testing..");
and
Process.Start("net send it009 testing..");

Thank you...


.

Preguntas similares