If I wanted to make a program that lists all the IPs on a network and have a option to net send to them, can I use an API instead of command lines or send key?
Printable View
If I wanted to make a program that lists all the IPs on a network and have a option to net send to them, can I use an API instead of command lines or send key?
Search MSDN for NetMessageBufferSend (under Platform SDK -> Windows API -> Reference -> Network Management).
net.exe is a 32 bit Windows application, not a DOS command, so it just uses Win32 APIs, etc.