home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / assemblr / library / sban12 / sbanner.doc < prev   
Text File  |  1994-04-11  |  1KB  |  36 lines

  1.                                SBanner 1.2
  2.  (c) Copyright 1993,94 Product Identification & Processings Systems, Inc.
  3.  
  4.  
  5. What is it?
  6.  
  7.   SBanner was written to allow the users at our company who have multitasking
  8.   capibilities to know which window they we're looking at.  All of their
  9.   applications are run in full screen mode, and they are all launched from
  10.   the same menuing system.
  11.  
  12.   Consequently, our users we're getting lost and didn't know which window
  13.   they we're actually looking at when they we're all at the menu screen.
  14.  
  15.   SBanner takes a text message on the command line, then constantly displays
  16.   that message on the upper left hand corner of the screen.  In our case,
  17.   it's the window number.  Our usage is:
  18.  
  19.     sbanner Win%WIN
  20.  
  21.   Where %WIN is an environment variable set by the network during login.
  22.  
  23.  
  24. Your kidding right?
  25.  
  26.   Nope, I'm not.  This will not be useful to many people, if anyone else.
  27.   But even people who don't need something like this might find the source
  28.   code useful for incorporating tricks into their own assembler programs.
  29.  
  30.   If you have any questions or problems, I can be contacted through:
  31.  
  32.       CompuServe    73353,165
  33.       Internet      d.navarro@consultant.com
  34.  
  35.   Enjoy!
  36.