Como enviar un net send

  • Thread starter Thread starter Eugenia Moya
  • Start date Start date
E

Eugenia Moya

Necesito que mi aplicacion (ASP NET - C#) envie un net send a determinadas
maquinas de la red y no encuentro como hacerlo.
Gracias
 
Necesito que mi aplicacion (ASP NET - C#) envie un net send a determinadas
maquinas de la red y no encuentro como hacerlo.
Gracias

Hi

This is an english speaking group, you have to find the
correct .spanish. group:

De todas formas :)

Usa Process.Start, mira los parametros que lleva send y pasaselos.
quizas te sirve esto mismo:
Process.Start("net send 'sdf'");
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top