windows - send messages to users that connected to current computer -
windows - send messages to users that connected to current computer -
i need show list of users connected current computer , send each of them message (by using command line). using '*.bat' need list users connected current computer, , send each of them message (by command line).
(i presume using 'net send' on site: http://technet.microsoft.com/en-us/library/bb490710.aspx , need know active users, can see on task manager -> users ,column status = active).
thanks :)
this ancient, andrewmedico says, msg
gives functionality in many versions of windows.
if reason wanted usernames send them individual messages, can utilize msg * <message>
send every user logged pc same message.
if wanted usernames purpose, can these command prompt typing query user
. grepping of results bare list of users if require (and dont wish utilize other methods of getting these users such c#).
windows cmd
Comments
Post a Comment