Net send module?

  • Thread starter Thread starter GoodMorningSky
  • Start date Start date
G

GoodMorningSky

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

Thank you...
 
GoodMorningSky,

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

microsoft.public.dotnet.languages.csharp

Cor
 
try wrapping netsend with process.start

--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP
 
Back
Top