PDA

Click to See Complete Forum and Search --> : messaging like Unix system


aliank
Oct 2nd, 2000, 01:05 AM
I'll like to make an application that can run under intranet enviroment. How do we make a messaging application like the messaging in the unix system, where i can contact all the users that are in the system and send them a msg for example a msg to stop their activity???

thanks...

Mark Sreeves
Oct 3rd, 2000, 04:03 AM
what sort of network is it?

on NT PCs you can use "net send" from a dos prompt

On UNIX each terminal monitor is treated as another network device making it very easy to divert output from one pc to another.



(When I was at University we had great fun sending escape colour codes to other people's displays)

aliank
Oct 3rd, 2000, 08:19 AM
actually i want to develop an application that behave like the messaging system using vb. I'm using PC under win98. Thanks for your reply..