home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / icontalk.zip / ICONTALK.DOC next >
Text File  |  1992-01-31  |  2KB  |  55 lines

  1.     ICONTALK.EXE - An OS/2 utility that allows .CMD files to display
  2.                    messages on the title bar or icon text.
  3.  
  4.     This program is for OS/2 only (it does not work in DOS sessions).  Use
  5.     it to enhance your .CMD files, so they "talk" through the OS/2 icon
  6.     text and title bars of windowed sessions.  For example, if you have a
  7.     .CMD file that periodically needs user input, ICONTALK can display an
  8.     appropriate message, which can be seen even if you have minimized the
  9.     session running the .CMD file.
  10.  
  11.     SYNTAX:
  12.  
  13.     ICONTALK <any message>
  14.  
  15.     The only limit on the size of the message is what can fit in the icon
  16.     and title text.  If you don't provide a message, ICONTALK will give you
  17.     syntax help.
  18.  
  19.     NOTE: OS/2 allows you to "name" your windowed sessions.  When you do
  20.     this, ICONTALK will not work.  Only "unnamed" OS/2 sessions can benefit
  21.     from ICONTALK.  To start an unnamed OS/2 windowed session, type
  22.  
  23.            START /WIN
  24.  
  25.     on the OS/2 command prompt.  Named OS/2 sessions ignore ICONTALK's
  26.     request to change names (an OS/2 feature).
  27.  
  28.     Example:
  29.  
  30.        REM A Simple OS/2 .CMD file to demonstrate ICONTALK
  31.        ICONTALK Look at the title/icon!
  32.        PAUSE
  33.        ICONTALK Let's run CHKDSK on C:
  34.        PAUSE
  35.        ICONTALK Checking drive C:
  36.        CHKDSK C:
  37.        ICONTALK CHKDSK complete!
  38.        PAUSE
  39.  
  40.     Disclaimer:  I'm releasing this program AS-IS.  No warranties,
  41.     guarantees, or other claims that it works or is harmless.  This program
  42.     seems to work on OS/2 1.3 and 2.0, but don't take my word for it!
  43.  
  44.     You are free to use, copy and distribute this program, as long as you
  45.     DO NOT CHARGE A FEE to others.  If you want to use this commercially,
  46.     call me and we'll work something out.
  47.  
  48.     Enjoy!
  49.  
  50.     Doug Azzarito
  51.     c/o TCI RBBS-PC
  52.     407-487-3441 (V.32)
  53.     407-487-3442 (HST/V.32)
  54.  
  55.