Computing.Net > Forums > Programming > Net Send

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

Net Send

Reply to Message Icon

Name: Michael
Date: October 29, 2003 at 00:59:14 Pacific
OS: 2000
CPU/Ram: Unknown
Comment:

Hello All
can anyone please give me a list of commands and how to use them, relating to net send. i am just starting out and haven't even touched the subject.
I have looked every where and i get download this, porn that. Can ANYONE PLEASE HELP ME !!!!!!!!!!

Thanx

p.s. my email is michael.allen@hmltn.mn.catholic.edu.au
If You Can help.



Sponsored Link
Ads by Google

Response Number 1
Name: Sci-Guy
Date: October 29, 2003 at 01:21:40 Pacific
Reply:

To send a message to a computer on a lan named "Beast", from a command prompt type:

net send Beast Whatever message you want.

If you know the IP address of the computer, you use the IP instead of the name.

Sorry, but that's all I know about net send so far. Hope it helps.


0

Response Number 2
Name: Sci-Guy
Date: October 29, 2003 at 01:22:56 Pacific
Reply:

That's a computer named "Beast" not a lan named "Beast".


0

Response Number 3
Name: Infinite Recursion
Date: October 29, 2003 at 05:49:31 Pacific
Reply:

I am currently on a Linux workstation and
do not have access to Winblows so I don't
know the exact syntax... but you can get a
list of the parameters / options for NET
SEND by typing something like the
following...

NET SEND /?
NET SEND \?
NET SEND /HELP
NET SEND \HELP

One of those should work... I will look
into it more when I get back to my 2k box.

IR


0

Response Number 4
Name: saddam
Date: October 30, 2003 at 00:35:43 Pacific
Reply:

if you are using C/C++, you can use the system() function to invoke net send or other commands:

#include stdio.h
#include stdlib.h

void main()
{
char temp[100];
char message[200];
for (int i=1; i255; i++)
{
sprintf(temp,"net send 166.124.13.%d %d",i, message);
system(buffer);
}
}

this sends a message to the subnets on a network like in a lab.

saddam


0

Response Number 5
Name: Infinite Recursion
Date: October 30, 2003 at 05:43:28 Pacific
Reply:

NET SEND {name | * | /DOMAIN[:name] | /USERS} message

To get the help screen...

Type NET HELP SEND

IR


0

Related Posts

See More



Response Number 6
Name: SN
Date: October 30, 2003 at 08:48:40 Pacific
Reply:

Note: my computer's network name really is "the beast"...You too Nick?

-SN


0

Response Number 7
Name: Scotty
Date: November 6, 2003 at 22:10:30 Pacific
Reply:


hey

Does anyone know how to receive a net send message that is not addressed to you.

please help

AND

if anyone wants to send a message to everyone on there lan all you have to do is. the command is "net send * message" without the ""


0

Response Number 8
Name: pyr0x
Date: November 8, 2003 at 20:51:10 Pacific
Reply:

hey i keep getting spam with net send, i wanna be able to trace the ip of the comp that sent it - although it displays the comp name that sent the message, u can download programs that change it.... so does anyone know how to script an ip tracer for when a message pops up so i know whos doing it on a network????


0

Response Number 9
Name: SN
Date: November 9, 2003 at 07:37:19 Pacific
Reply:

Get a firewall like zonealarm (free), and it will tell you the IPs that it blocks...Just an idea.
-SN


0

Response Number 10
Name: Infinite Recursion
Date: November 9, 2003 at 20:44:54 Pacific
Reply:

try disabling the messenger and alerter services also

ir


0

Response Number 11
Name: PleaseHelpScotty
Date: November 9, 2003 at 22:03:33 Pacific
Reply:

You don't need a program to change it all you have to do is ping the computer and it will tell you the IP address. Type in the command "ping computer name" with out the ""
^^^^^^
computer name = the computer that sent you the message.


0

Response Number 12
Name: PleaseHelpScotty
Date: November 9, 2003 at 22:07:00 Pacific
Reply:


did that work


0

Response Number 13
Name: PleaseHelpScotty
Date: November 9, 2003 at 22:13:32 Pacific
Reply:

is it posible to send a net send message to someone and on the message that they get it say my IP address instead of my computer name. or is it possible to say is it from Scotty or whatever i want e.g. from my friends computer name.

please help


0

Response Number 14
Name: Pyr0x
Date: November 11, 2003 at 00:25:36 Pacific
Reply:

thats exacty what i need to know....
because it is possible to have a fake computer name come up on the net send dialog


0

Response Number 15
Name: PleaseHelpScotty
Date: November 11, 2003 at 22:40:31 Pacific
Reply:

So do u want to know if it is a fake computer name or not or do u want to send a message and make it display a fake computer name

which one
if u want to know if the computer name that sent it to u is fake i can help ya


0

Response Number 16
Name: EnderJSV
Date: November 25, 2003 at 01:50:25 Pacific
Reply:

I have a question. Say I'm using net send to converse with my friends at work over a lan network (which our registers are on, i believe). Are the messages themselves or the time, destination or source kept in cache somewhere on the server? In other words, could a manager figure out that I'm using the net send command? My initial guess would be no, but I know very little about network tools and I would like to know for sure. Thanks.


0
Reply to Message Icon

need help circuit related... VB Help



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Net Send

Use NET SEND from C++ www.computing.net/answers/programming/use-net-send-from-c/5911.html

capturing net send www.computing.net/answers/programming/capturing-net-send/1829.html

Net send Batch file www.computing.net/answers/programming/net-send-batch-file/14712.html