PDA

View Full Version : Net send problem


Phiggy
Oct 19, 2006, 08:48 PM
Hi,
I have a problem when I am sending a message via net send through cmd.

Below is the error message.

'netsend' is not recognised as an internal or external command, operable command or batch file.

I also have tried the following;

1 - net start messenger... still no luck
2 - starting the messenger service... still no luck at all

Please help me out :o

LTheobald
Oct 20, 2006, 02:21 AM
It's "net send". You just need a space in there. The syntax is as follows:



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



So something like:


net send myPCName "Hello there!"

Should work

Zerone
Nov 8, 2006, 03:12 PM
Try Msg command, I do it at my college for a laugh to the whole network.

Ill shall explain.
Open Command Prompt. (RUN > cmd)

Then type

msg * hello

That will send a message to every computer on the network. The * means Everycomputer. You can also do it by User name. So at my college it would be...

msg zerone hello

And that would send a message to me.

If you just type..

msg

That would give you all the commands which can be used with the message command.

Thanks. - ZerOne

NeedKarma
Nov 8, 2006, 03:36 PM
Some network admins have disabled the net send command due to abuse by the users.

Zerone
Nov 9, 2006, 01:07 PM
Hi,
I have a problem when i am sending a message via net send through cmd.

Below is the error message.

'netsend' is not recognised as an internal or external command, operable command or batch file.

i also have tried the following;

1 - net start messanger .......... still no luck
2 - starting the messanger service .....still no luck at all

Please help me out :o
But, his message which he revieced isn't a type of message you get if its blocked. It would say "this command has been blocked by your administrator". But, we don't know yet. As it doesn't even reconise the command.

NeedKarma
Nov 9, 2006, 01:26 PM
What OS are you using on the desktop and what is the network OS?

Phiggy
Nov 21, 2006, 07:55 PM
I am using windows XP Pro