S LogoS Logo

SkinnyMessenger

javaThis program is written in Java, you may wish to read this first.

Background:
If you go to a windows command prompt and type

net send <destination> <message>

Where destination is a user or computer on your network, and message is the text you want to send, then a message will appear in a dialog box on the computer <destination>. SkinnyMessenger provides a graphical interface to this utility. You are provided with a box in which to type a message, and a box to type the name of the user or computer that you wish to send the message to. Additionally, you are given a list of all of the computers currently on the network. You also have the option to send the same message to multiple computers/users.

Requirements

Windows NT/2000/XP

How to run:

This program comes in an executable jar file, so you can run it by double-clicking on it (if that doesn't work, read this), or from the command line.

java -jar SkinnyMessenger.jar

To do:

Downloads:

SkinnyMessenger.jar (38kb) includes source code and javadocs.

SkinnyMessenger_docs.zip (24kb) javadoc API documentation.

There is also an online version of the javadocs.

Version History

  • 2.0 - Ground up re-design
  • 1.0 - Initial rushed job in order to win a flaming battle with some friends.