I need to send a message to a client computer in a server / client network. The message will be generated from a service running on the server.
How do I do this?????
Or can I send a message to a user group or a user would be even greater...
/Smirre
I need to send a message to a client computer in a server / client network. The message will be generated from a service running on the server.
How do I do this?????
Or can I send a message to a user group or a user would be even greater...
/Smirre
You can use the net send dos command.
Ok, do you know of any other way???
Smirre
The Net Send command only lets me send to all users logged in, or to a specific computer or to the whole domain??
What if I want to use the Messenger service to send a message to a specific user or group???
/Smirre
Send a message?? = E-Mail ??
no, a messenger message. Any way, I got it to work to send message to a specific user. So the problem is solved..
/Smirre
how did you get it to work with every user logged in?
I didnt check every user, I send to a list of specific users even if they are not logged in..
I settled with just writing in the users, as they are less than 5. You could proberly write some code that gets all the users in a user group and send a message to every one in that list. I thought about doing that, but decided to just enter the users. I couldnt find any reason that would justifiy the extra cost for writing that. The clock ticks....
/Smirre