home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / logmsg.zip / LOGMSG.DOC < prev    next >
Text File  |  1994-03-03  |  1KB  |  29 lines

  1.  
  2. This applet enables the user to easily create and log a message
  3. to the message log and message console.   This function can be
  4. executed from a command line, STARTUP.CMD, CONFIG.SYS, or an API.
  5. The command can be issued with no parameters, which logs a generic
  6. message, or with message text and/or an originator.
  7.  
  8.  
  9. LOGMSG PROGRAM
  10. --------------------------------------------------------------
  11. Syntax:  LOGMSG option "input string" option "input string"
  12.          Option = Message (M) and/or Originator (O)
  13.                   or ? with no input string required
  14. No user supplied inputs will log the following defaults:
  15.      Message:    User has requested that a message be logged
  16.      Originator: LOGMSG
  17.  
  18. User supplied inputs should be formatted as follows:
  19.      Message    - Supply a message contained in quotes
  20.      Originator - Supply an originator contained in quotes
  21.                   limit 8 characters
  22.      ?          - No input required, this help text will be
  23.                   displayed
  24.  
  25. Example:  LOGMSG M "Example message text" O "Example"
  26.  
  27. LOGMSG can be executed from the command line, CONFIG.SYS,
  28. STARTUP.CMD, or from C code
  29.