|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
command prompt help
i need to know if i can send a message to another computer if i know the computers ip address like in school through command prompt u can send messages to other computers? thanks for the help
|
|
#2
|
|||
|
|||
|
Code:
NET SEND
{name | * | /DOMAIN[:name] | /USERS} message
If you have a computer on the same network (domain) named "michaelsoft", you can send a message like: net send michaelsoft "Stop reading forums, get back to work" However, it does not work always. E.g. some applications seem to block the windows message popup (never could find out which and why). I'm also not sure if this command supports IP adresses. |
|
#3
|
||||
|
||||
|
You can shutdown this 'message service' in windows, that's why it usually doesn't work.. A good administrator (in a school...
) would disable this. To send a message using the same smb protocol from a linux command line you can use smbclient -M (if I remember correctly).. The receiving machine should probably be a windows machine though. |
|
#4
|
|||
|
|||
|
i really dont no anything about computers code, so do u use the ip adress or whut?
|
|
#5
|
||||
|
||||
|
Just tested it on win2k, both netbios name and ip worked.
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > Programming Tools > command prompt help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|