Forum
XP de domain vs. ortamında herkesin ara ara kullanmaya alışık olduğu net send komutunu herkes bilir. Karşı pc dekinin ekranına yazılı mesaj göndermek amacıyla kullanırdık. Server'ı restart vs. edeceğimiz zaman domaindeki tüm kullanıcılara bilgi vermek amacıyla kullanırdık.
Vista altında bunu çalıştıramayabilirsiniz. Biraz araştırdıktan sonra benimde bulduğum gibi aşağıdaki yöntemle diğer pc lere aynı network ortamında mesajlarınızı iletebilirsiniz.
Vistada bu işi yapmak için başka bir yöntem var. "MSG" komutu.(yanlış anlamadıysam net send komutu artık yok) MSG komutunun kullanımı aşağıdaki gibidir.
MSG {username | sessionname | sessionid | @filename | *}
[/SERVER:servername] [/TIME:seconds] [/V] [/W] [message] username Identifies the specified username.
sessionname The name of the session.
sessionid The ID of the session.
@filename Identifies a file containing a list of usernames,
sessionnames, and sessionids to send the message to.
* Send message to all sessions on specified server.
/SERVER:servername server to contact (default is current).
/TIME:seconds Time delay to wait for receiver to acknowledge msg.
/V Display information about actions being performed.
/W Wait for response from user, useful with /V.
message Message to send. If none specified, prompts for it
or reads from stdin.
Eğer pc3 isimli bilgisayara bir mesaj göndermek istiyorsanız. Söz dizimi şu şekilde olması gerekli ;
C:\msg /server:pc3 console "Server restart edilecek - En kısa sürede dosyalarınızı kaydediniz!"
Bu şekilde kullanabilirsiniz.