Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

net send coding

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
can anybody teach me how to write net send command using c++
coding.
 
I would think you could do

system(&quot;net send <user> what you wanna say&quot;);

or write a batch file if this does not work and use the system command to call the batch file.

Matt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top