home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / memory / tsrdemo.arj / TSRDEMO.DOC < prev   
Text File  |  1992-01-29  |  5KB  |  123 lines

  1.  
  2.  
  3.  
  4.                                 Instructions for
  5.                               Patrick Swayne's TSR Demo
  6.                Copyright 1992 by Patrick Swayne.  All Rights Reserved.
  7.  
  8.         TSRDEMO.COM  is a program that demonstrates that it  is  possible
  9.         for a TSR (Terminate and Stay Resident) pop-up utility to pop  up
  10.         over both DOS and Windows(tm) programs.  This program requires  a
  11.         computer running MS-DOS version 2 or above and a CGA, EGA, or VGA
  12.         video system.  To run this program, type
  13.  
  14.           d:TSRDEMO
  15.  
  16.         at the DOS prompt, and press Enter.  The d: above represents  any
  17.         valid  drive or path designation, and is not required if the  di-
  18.         rectory  containing TSRDEMO.COM is the default.  For example,  if
  19.         your  default  path is C:\ and TSRDEMO.COM is on  drive  A:,  you
  20.         would type
  21.  
  22.           A:TSRDEMO
  23.  
  24.         to run the program.  When you run TSRDEMO, it will install itself
  25.         into memory and exit back to DOS.  To activate the TSRDEMO demon-
  26.         stration, press and release the left shift key three times.   The
  27.         TSRDEMO  window  will appear in the upper right  corner  of  your
  28.         screen.  There will be a brief message for you to read in the top
  29.         line of the window.  To scroll the message to the left (and  read
  30.         more of it), press the space bar.  The message will move over  by
  31.         20 characters.  To back up, press the Back space key.  To  remove
  32.         the  TSRDEMO  window and return control to DOS or  the  currently
  33.         running program, press the Esc key.
  34.  
  35.         To  demonstrate  the ability of TSRDEMO to pop up  over  Windows,
  36.         start  Windows in any of its operating modes (real, standard,  or
  37.         386  enhanced) on a standard CGA, EGA, or VGA system.   When  all
  38.         Windows screen activity has ceased and Windows is ready for  your
  39.         keyboard  or mouse input, press the left shift key  three  times.
  40.         The  TSRDEMO window will pop up as it did over DOS,  except  that
  41.         the colors will probably be different.  Use space and Back  space
  42.         to  move  the message, and Esc to remove the TSRDEMO  window,  as
  43.         before.
  44.  
  45.         When  you are through using this utility, you can remove it  from
  46.         memory.  To do this, type
  47.  
  48.           TSRDEMO U
  49.  
  50.         at the DOS prompt, and press Enter.  You can only remove  TSRDEMO
  51.         if it is the last TSR program loaded.
  52.  
  53.         It is possible that TSRDEMO can interfere with some DOS programs.
  54.         If you find one that it interferes with, you can switch it into a
  55.         DOS-only mode by entering
  56.  
  57.           TSRDEMO D
  58.  
  59.  
  60.  
  61.                                         1
  62.  
  63.  
  64.  
  65.         at the DOS prompt.  To return it to the Windows-compatible mode,
  66.         enter
  67.  
  68.           TSRDEMO W
  69.  
  70.                                   Why TSRDEMO?
  71.  
  72.         I wrote TSRDEMO to demonstrate the kind of TSR program I am capa-
  73.         ble  of writing.  In addition to making a TSR capable of  popping
  74.         up  over Windows, I can also make it concurrent.  That  is,  when
  75.         you  pop it up, the program you pop it over can continue to  run.
  76.         For  example, while Lotus(tm) is digesting a  large  spreadsheet,
  77.         could be using a pop-up calculator.
  78.  
  79.         If you have a need for a particular kind of TSR utility, but  you
  80.         don't  feel  like or can't write it yourself, or if you  have  an
  81.         application  you have written that you would like converted to  a
  82.         TSR,  I offer my services (for a fee, of course).  You can  reach
  83.         me  via a message on the EXEC PC BBS (414-789-4210), or  you  can
  84.         call  616-468-6637 from 6pm to 9pm eastern time on Monday,  Tues-
  85.         day,  or Thursday, or from 1pm to 4pm eastern time  on  Saturday.
  86.         Or write to
  87.  
  88.         Patrick Swayne
  89.         155 Baker St.
  90.         Coloma, MI 49038
  91.  
  92.         Distribution
  93.  
  94.         This program is distributed as "copyrighted but free"   software,
  95.         and  you are free to use it and distribute it to others, as  long
  96.         as  you include this documentation with the other files,  and  as
  97.         long  as you do not modify either the program or  the  documenta-
  98.         tion.
  99.  
  100.         Warranty
  101.  
  102.         This program is provided AS IS without any warranty, expressed or
  103.         implied,  including but not limited to fitness for  a  particular
  104.         purpose.
  105.  
  106.         Disclaimer
  107.  
  108.         In no event will Patrick Swayne be liable to you for any damages,
  109.         including any lost profits, lost savings, or other incidental  or
  110.         consequential  damages arising out of the use of or inability  to
  111.         use this program, even if Patrick Swayne has been advised of  the
  112.         possibility of such damages, or for any claim by any other party.
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.                                         2
  123.