home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / PMMSG10.ZIP / PMMESSAG.DOC < prev    next >
Text File  |  1991-02-12  |  2KB  |  75 lines

  1.  
  2.  
  3.                        PM Message Display Utility v1.0
  4.  
  5.  
  6.  
  7.          INTRODUCTION
  8.          ------------
  9.  
  10.          The PM message display utility allows a dialog box to be
  11.          displayed from a command line.  To invoke the program,
  12.          type:
  13.  
  14.                  START PMMESSAG «text to display in dialog box»
  15.  
  16.          Whatever is typed on the command line is displayed in a
  17.          Presentation Manager dialog box.
  18.  
  19.  
  20.  
  21.          BACKGROUND
  22.          ----------
  23.  
  24.          I often perform compiles in a full screen window and then go
  25.          off and do some other task while the compile is proceeding.  I
  26.          knew when the compile was done when the disk I/O dropped.  A
  27.          couple of changes in the way I do work make this no longer a
  28.          way to know when the compile was done:
  29.  
  30.          1)     I started writing, thus compiling, more than one program
  31.                 at a time.
  32.  
  33.          2)     I created a 2 meg disk cache.  A tight edit/compile loop
  34.                 would keep most of the data in the cache and reduced the
  35.                 disk I/Os to a point where I would think I was done when
  36.                 I really wasn't.
  37.  
  38.          I wrote this little utility to most likely be executed from a
  39.          batch file to signal when some event is complete.  I'm sure
  40.          there are other uses for this trivially simple utility.  Source
  41.          code is included for those who want to add some function to the
  42.          base code.
  43.  
  44.  
  45.          LIABILITY
  46.          ---------
  47.  
  48.          The author assumes no liability for any damage or loss of data
  49.          caused by this program.
  50.  
  51.  
  52.          REGISTRATION
  53.          ------------
  54.  
  55.          This is a Freeware program.  No registration or fee is required
  56.          for use of this program.   You are free to modify the source
  57.          as desired as long as the program name is changed and reference
  58.          the the original author is removed.
  59.  
  60.          Please send any correspondence to:
  61.  
  62.                 Hilbert Computing
  63.                 1022 N. Cooper
  64.                 Olathe, KS 66061
  65.  
  66.                 Prodigy: [VWSD07A]
  67.                 CIS:     [73457,365]
  68.  
  69.          You are more likely to reach me on Prodigy than CIS, as I
  70.          frequent that board more.
  71.  
  72.          Any comments, positive or negative, are welcomed.  Enjoy.
  73.  
  74.  
  75.