Monsieur.exe -- Readme file
-----------------------------

Monsieur32 is a simple freeware utility that returns the command line argument in a Windows95 Message Box.  Sorry, there is no "Ms." version.  Think of Monsieur (pronounced miss-your) as your French waiter, giving you a message.  It is most useful in DOS batch files, system agent commands, and similar automated tasks where you want to know when something was done.

Usage:   Monsieur Your Message Here

example:  Monsieur System Backup Complete

Run this from a DOS window or batch file in Win95 and a message box will pop up with a ding and your message.  Click OK and is's done.  Running directly from "My Computer" will give an empty message.

Monsieur requires VB40032.DLL, which you probably have, or need to get somewhere else.  

Monsieur is FREEWARE; you are free to use it if you accept the following agreement:

     The author disclaims all warranties, expressed or implied, including, without limitation, the warranties of merchantability and of fitness for any purpose.

     The author assumes no liability for damages, direct or consequential, which may result from the use of Monsieur.

----trivia-------------------------------------------------------------
Monsieur32 has one line of Visual Basic code:

     MsgBox Command$, 0, "Monsieur:"

Yet calls 14 .dll's to run.  Monsieur32 is optimized for syntax, not for speed.


Monsieur32 is a micro-utility from joelc@epix.net, http://www.epix.net/~joelc/.
