net send command

  • Thread starter Thread starter Ado
  • Start date Start date
A

Ado

I am trying to use the net send command in my network but it is not working.

I did the following:
1) Switch on all the messenger services in all the PCs, and the server too.
2) All the PCs can receive their own messages whenever they use their own
domain name but every PC can't send to other PCs, that means the service is
ON but why the message can't reach other PCs on the network.

I am using this command in Dos: net send Sales1 Good Morning

Is there anything wrong?

Thank you.
 
"Ado" <Ado@discussions.microsoft.com> wrote in message
news:98541B2D-D83A-477F-845D-CBED6ED995EA@microsoft.com...
>I am trying to use the net send command in my network but it is not
>working.
>
> I did the following:
> 1) Switch on all the messenger services in all the PCs, and the server
> too.
> 2) All the PCs can receive their own messages whenever they use their own
> domain name but every PC can't send to other PCs, that means the service
> is
> ON but why the message can't reach other PCs on the network.
>
> I am using this command in Dos: net send Sales1 Good Morning
>
> Is there anything wrong?
>
> Thank you.
>


Is "Sales1" the name of a PC, of a logon account or of a group?
Also: You must enclose your message in double quotes if it
contains spaces:

net send Sales1 "Good Morning"
 
Sales1 is a computer name.

"Pegasus (MVP)" wrote:

>
> "Ado" <Ado@discussions.microsoft.com> wrote in message
> news:98541B2D-D83A-477F-845D-CBED6ED995EA@microsoft.com...
> >I am trying to use the net send command in my network but it is not
> >working.
> >
> > I did the following:
> > 1) Switch on all the messenger services in all the PCs, and the server
> > too.
> > 2) All the PCs can receive their own messages whenever they use their own
> > domain name but every PC can't send to other PCs, that means the service
> > is
> > ON but why the message can't reach other PCs on the network.
> >
> > I am using this command in Dos: net send Sales1 Good Morning
> >
> > Is there anything wrong?
> >
> > Thank you.
> >

>
> Is "Sales1" the name of a PC, of a logon account or of a group?
> Also: You must enclose your message in double quotes if it
> contains spaces:
>
> net send Sales1 "Good Morning"
>
>
>
 
Have a look at this thread that discusses the same issue:
http://www.windowsbbs.com/showthread.php?t=30318

Some further pointers:
- The Messenger service must run on both machines.
- Turn of your firewall while testing.
- Try sending by IP address and by user name.
- Report the full error messages you see.


"Ado" <Ado@discussions.microsoft.com> wrote in message
news:1156CE17-CF3B-4061-9828-BFCC104036EB@microsoft.com...
> Sales1 is a computer name.
>
> "Pegasus (MVP)" wrote:
>
>>
>> "Ado" <Ado@discussions.microsoft.com> wrote in message
>> news:98541B2D-D83A-477F-845D-CBED6ED995EA@microsoft.com...
>> >I am trying to use the net send command in my network but it is not
>> >working.
>> >
>> > I did the following:
>> > 1) Switch on all the messenger services in all the PCs, and the server
>> > too.
>> > 2) All the PCs can receive their own messages whenever they use their
>> > own
>> > domain name but every PC can't send to other PCs, that means the
>> > service
>> > is
>> > ON but why the message can't reach other PCs on the network.
>> >
>> > I am using this command in Dos: net send Sales1 Good Morning
>> >
>> > Is there anything wrong?
>> >
>> > Thank you.
>> >

>>
>> Is "Sales1" the name of a PC, of a logon account or of a group?
>> Also: You must enclose your message in double quotes if it
>> contains spaces:
>>
>> net send Sales1 "Good Morning"
>>
>>
>>
 
Could you tell me how I can send by IP address and by user name. What is the
string or the command after "net send".

Thank you


"Pegasus (MVP)" wrote:

> Have a look at this thread that discusses the same issue:
> http://www.windowsbbs.com/showthread.php?t=30318
>
> Some further pointers:
> - The Messenger service must run on both machines.
> - Turn of your firewall while testing.
> - Try sending by IP address and by user name.
> - Report the full error messages you see.
>
>
> "Ado" <Ado@discussions.microsoft.com> wrote in message
> news:1156CE17-CF3B-4061-9828-BFCC104036EB@microsoft.com...
> > Sales1 is a computer name.
> >
> > "Pegasus (MVP)" wrote:
> >
> >>
> >> "Ado" <Ado@discussions.microsoft.com> wrote in message
> >> news:98541B2D-D83A-477F-845D-CBED6ED995EA@microsoft.com...
> >> >I am trying to use the net send command in my network but it is not
> >> >working.
> >> >
> >> > I did the following:
> >> > 1) Switch on all the messenger services in all the PCs, and the server
> >> > too.
> >> > 2) All the PCs can receive their own messages whenever they use their
> >> > own
> >> > domain name but every PC can't send to other PCs, that means the
> >> > service
> >> > is
> >> > ON but why the message can't reach other PCs on the network.
> >> >
> >> > I am using this command in Dos: net send Sales1 Good Morning
> >> >
> >> > Is there anything wrong?
> >> >
> >> > Thank you.
> >> >
> >>
> >> Is "Sales1" the name of a PC, of a logon account or of a group?
> >> Also: You must enclose your message in double quotes if it
> >> contains spaces:
> >>
> >> net send Sales1 "Good Morning"
> >>
> >>
> >>

>
>
>
 
net send ado "Hello, World"
net send 192.168.0.55 "Hello, World"


"Ado" <Ado@discussions.microsoft.com> wrote in message
news:129EEFD7-465D-4A3C-B99C-9E99D8708391@microsoft.com...
> Could you tell me how I can send by IP address and by user name. What is
> the
> string or the command after "net send".
>
> Thank you
>
>
> "Pegasus (MVP)" wrote:
>
>> Have a look at this thread that discusses the same issue:
>> http://www.windowsbbs.com/showthread.php?t=30318
>>
>> Some further pointers:
>> - The Messenger service must run on both machines.
>> - Turn of your firewall while testing.
>> - Try sending by IP address and by user name.
>> - Report the full error messages you see.
>>
>>
>> "Ado" <Ado@discussions.microsoft.com> wrote in message
>> news:1156CE17-CF3B-4061-9828-BFCC104036EB@microsoft.com...
>> > Sales1 is a computer name.
>> >
>> > "Pegasus (MVP)" wrote:
>> >
>> >>
>> >> "Ado" <Ado@discussions.microsoft.com> wrote in message
>> >> news:98541B2D-D83A-477F-845D-CBED6ED995EA@microsoft.com...
>> >> >I am trying to use the net send command in my network but it is not
>> >> >working.
>> >> >
>> >> > I did the following:
>> >> > 1) Switch on all the messenger services in all the PCs, and the
>> >> > server
>> >> > too.
>> >> > 2) All the PCs can receive their own messages whenever they use
>> >> > their
>> >> > own
>> >> > domain name but every PC can't send to other PCs, that means the
>> >> > service
>> >> > is
>> >> > ON but why the message can't reach other PCs on the network.
>> >> >
>> >> > I am using this command in Dos: net send Sales1 Good Morning
>> >> >
>> >> > Is there anything wrong?
>> >> >
>> >> > Thank you.
>> >> >
>> >>
>> >> Is "Sales1" the name of a PC, of a logon account or of a group?
>> >> Also: You must enclose your message in double quotes if it
>> >> contains spaces:
>> >>
>> >> net send Sales1 "Good Morning"
>> >>
>> >>
>> >>

>>
>>
>>
 
This is what I usually write, but the messenger works only when i send a
message to myself, not to other PCs!!



"Pegasus (MVP)" wrote:

> net send ado "Hello, World"
> net send 192.168.0.55 "Hello, World"
>
>
> "Ado" <Ado@discussions.microsoft.com> wrote in message
> news:129EEFD7-465D-4A3C-B99C-9E99D8708391@microsoft.com...
> > Could you tell me how I can send by IP address and by user name. What is
> > the
> > string or the command after "net send".
> >
> > Thank you
> >
> >
> > "Pegasus (MVP)" wrote:
> >
> >> Have a look at this thread that discusses the same issue:
> >> http://www.windowsbbs.com/showthread.php?t=30318
> >>
> >> Some further pointers:
> >> - The Messenger service must run on both machines.
> >> - Turn of your firewall while testing.
> >> - Try sending by IP address and by user name.
> >> - Report the full error messages you see.
> >>
> >>
> >> "Ado" <Ado@discussions.microsoft.com> wrote in message
> >> news:1156CE17-CF3B-4061-9828-BFCC104036EB@microsoft.com...
> >> > Sales1 is a computer name.
> >> >
> >> > "Pegasus (MVP)" wrote:
> >> >
> >> >>
> >> >> "Ado" <Ado@discussions.microsoft.com> wrote in message
> >> >> news:98541B2D-D83A-477F-845D-CBED6ED995EA@microsoft.com...
> >> >> >I am trying to use the net send command in my network but it is not
> >> >> >working.
> >> >> >
> >> >> > I did the following:
> >> >> > 1) Switch on all the messenger services in all the PCs, and the
> >> >> > server
> >> >> > too.
> >> >> > 2) All the PCs can receive their own messages whenever they use
> >> >> > their
> >> >> > own
> >> >> > domain name but every PC can't send to other PCs, that means the
> >> >> > service
> >> >> > is
> >> >> > ON but why the message can't reach other PCs on the network.
> >> >> >
> >> >> > I am using this command in Dos: net send Sales1 Good Morning
> >> >> >
> >> >> > Is there anything wrong?
> >> >> >
> >> >> > Thank you.
> >> >> >
> >> >>
> >> >> Is "Sales1" the name of a PC, of a logon account or of a group?
> >> >> Also: You must enclose your message in double quotes if it
> >> >> contains spaces:
> >> >>
> >> >> net send Sales1 "Good Morning"
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>

>
>
>
 
Unless you take the time to respond to each and every point
I raised in my previous reply, I can offer no further assistance.


"Ado" <Ado@discussions.microsoft.com> wrote in message
news:4F2B3109-831B-4CEB-8397-7ECCA966E86F@microsoft.com...
> This is what I usually write, but the messenger works only when i send a
> message to myself, not to other PCs!!
>
>
>
> "Pegasus (MVP)" wrote:
>
>> net send ado "Hello, World"
>> net send 192.168.0.55 "Hello, World"
>>
>>
>> "Ado" <Ado@discussions.microsoft.com> wrote in message
>> news:129EEFD7-465D-4A3C-B99C-9E99D8708391@microsoft.com...
>> > Could you tell me how I can send by IP address and by user name. What
>> > is
>> > the
>> > string or the command after "net send".
>> >
>> > Thank you
>> >
>> >
>> > "Pegasus (MVP)" wrote:
>> >
>> >> Have a look at this thread that discusses the same issue:
>> >> http://www.windowsbbs.com/showthread.php?t=30318
>> >>
>> >> Some further pointers:
>> >> - The Messenger service must run on both machines.
>> >> - Turn of your firewall while testing.
>> >> - Try sending by IP address and by user name.
>> >> - Report the full error messages you see.
>> >>
>> >>
>> >> "Ado" <Ado@discussions.microsoft.com> wrote in message
>> >> news:1156CE17-CF3B-4061-9828-BFCC104036EB@microsoft.com...
>> >> > Sales1 is a computer name.
>> >> >
>> >> > "Pegasus (MVP)" wrote:
>> >> >
>> >> >>
>> >> >> "Ado" <Ado@discussions.microsoft.com> wrote in message
>> >> >> news:98541B2D-D83A-477F-845D-CBED6ED995EA@microsoft.com...
>> >> >> >I am trying to use the net send command in my network but it is
>> >> >> >not
>> >> >> >working.
>> >> >> >
>> >> >> > I did the following:
>> >> >> > 1) Switch on all the messenger services in all the PCs, and the
>> >> >> > server
>> >> >> > too.
>> >> >> > 2) All the PCs can receive their own messages whenever they use
>> >> >> > their
>> >> >> > own
>> >> >> > domain name but every PC can't send to other PCs, that means the
>> >> >> > service
>> >> >> > is
>> >> >> > ON but why the message can't reach other PCs on the network.
>> >> >> >
>> >> >> > I am using this command in Dos: net send Sales1 Good Morning
>> >> >> >
>> >> >> > Is there anything wrong?
>> >> >> >
>> >> >> > Thank you.
>> >> >> >
>> >> >>
>> >> >> Is "Sales1" the name of a PC, of a logon account or of a group?
>> >> >> Also: You must enclose your message in double quotes if it
>> >> >> contains spaces:
>> >> >>
>> >> >> net send Sales1 "Good Morning"
>> >> >>
>> >> >>
>> >> >>
>> >>
>> >>
>> >>

>>
>>
>>
 
Back
Top