home *** CD-ROM | disk | FTP | other *** search
/ Best Objectech Shareware Selections / UNTITLED.iso / boss / util / dos / 006 / tsr.doc < prev    next >
Text File  |  1992-09-18  |  24KB  |  503 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.            ********************************************************
  7.            |             RO-SOFT   SYSTEMS   (C) 1992             |
  8.            |======================================================|
  9.            |   TSR  UTILITIES  Ver  4.5  BY   Robert   Ossowski   |
  10.            ********************************************************
  11.  
  12.  
  13.                        * MAKE  YOUR  COMPUTING  EASY *
  14.  
  15.  
  16.  
  17.                            _______
  18.                       ____|__     |               (R)
  19.                    --|       |    |-------------------
  20.                      |   ____|__  |  Association of
  21.                      |  |       |_|  Shareware
  22.                      |__|   o   |    Professionals
  23.                    -----|   |   |---------------------
  24.                         |___|___|    MEMBER
  25.  
  26.  
  27.  
  28.  
  29.                    *  POP-UP DOS ENHANCEMENT UTILITIES  *
  30.  
  31.  
  32.  
  33.  
  34.  
  35.         Table of Contents :                                      Page
  36.  
  37.  
  38.                 Color system palette change PALETTE.EXE ........   1
  39.  
  40.                 Programmer's calculator CALC.EXE ...............   2
  41.  
  42.                 DOS command function keys & buffer DOSCOMM.EXE .   3
  43.  
  44.                 Pop-up display utility DOSHELP.EXE .............   4
  45.  
  46.                 Directory listing utility POPDIR.EXE ...........   5
  47.  
  48.                 Pop-up calendar w/clock POPCAL.EXE .............   6
  49.  
  50.                 Clock display w/alarm & message SCRNCLK.EXE ....   7
  51.  
  52.                 Compact clock display w/location option CLK1.EXE   7
  53.  
  54.  
  55.                                                                 Page   1
  56.  
  57.                  ***********************************************
  58.                  |   TSR  UTILITIES  Version 4.5  BY RO-SOFT   |
  59.                  ***********************************************
  60.  
  61.                                SIGN  ON  SCREEN
  62.  
  63.                       PROGRAM PALETTE.EXE NOW BEING LOADED
  64.                        Copyright : Robert Ossowski  1992
  65.  
  66.            This program requires about  3K Bytes  of memory  and will remain
  67.         installed  until you enter its name again at the  DOS command level.
  68.         If no other program has replaced the int(9)  interrupt handler since
  69.         it was loaded it will then remove itself from memory.   EGA/VGA must
  70.         be the active video system for this program to run.  When loaded the
  71.         sixteen palette registers are initialized to the DOS default values.
  72.  
  73.         To run as a TSR, the call-up code may be entered as a command option
  74.         or entered at program sign-on (i.e. PALETTE /09).  Code entered must
  75.         be two decimal digits.    Press the HOT keys to call the program for
  76.         setting new system color palette register values.
  77.  
  78.         Valid HOT key codes :   * 05 = Ctrl & right Shift keys
  79.                                 * 06 = Ctrl & left Shift keys
  80.                                 * 09 = Alt & right Shift keys
  81.                                 * 10 = Alt & left Shift keys (Default Code)
  82.  
  83.         You may run this program in the Non-TSR mode by entering the command
  84.         option "/" with nothing following (i.e. PALETTE /).
  85.  
  86.         Program Functions: To set new color palette.
  87.  
  88.         Down arrow . = down one color       Left arrow .. = left one color
  89.         Up arrow ... = up one color         Right arrow . = right one color
  90.         Page down .. = down palette page    Home ........ = get default palette
  91.         Page up .... = up palette page      End ......... = save palette change
  92.         Esc ........ = restore previous palette
  93.         Mouse motion = duplicates Arrow Keys
  94.         Left button  = "Esc" key            Both buttons . = "Home" key
  95.         Right button = "End" key
  96.  
  97.  
  98.  
  99.       **************************╡PALETTE 1.5╞*****************************
  100.       |  00  01  02  03  04  05  20  07  56  57  58  59  60  61  62  63  |
  101.       |  PPP PPP PPP PPP PPP PPP PPP PPP PPP PPP PPP PPP PPP PPP PPP PPP |
  102.       |  PPP PPP PPP PPP PPP PPP PPP PPP PPP PPP PPP PPP PPP PPP PPP PPP |
  103.       |  >>  01  02  03  04  05  06  07  08  09  10  11  12  13  14  15  |
  104.       | Select Color=Arrows,PgUp/Dwn  Save=END  Cancel=ESC  Default=HOME |
  105.       ********************************************************************
  106.  
  107.  
  108.                                                                 Page  2
  109.  
  110.                  ***********************************************
  111.                  |   TSR  UTILITIES  Version 4.5  BY RO-SOFT   |
  112.                  ***********************************************
  113.  
  114.                           *  PROGRAMMER'S   CALCULATOR  *
  115.  
  116.  
  117.         * CALC.EXE *  A  pop-up  programmer's  calculator  with  decimal, hex,
  118.         octal, and binary base conversion, bit shifting,  and logical operator
  119.         functions.   It has a  32-Bit number  representation  and supports two
  120.         decimal place integer arithmetic calculations.  Screen location may be
  121.         changed using the arrow keys.   Position is retained until the program
  122.         is unloaded or moved again.
  123.  
  124.  
  125.            This routine is a "TSR" (Terminate and Stay Resident) program. Once
  126.         loaded, it can be called up by pressing the  "HOT"  keys.    If it was
  127.         already loaded,  and you select to reload,  it will attempt to  unload
  128.         itself from memory.  It can only do this if it was the last "TSR" type
  129.         program loaded.  If it  can't unload,  it will  just ignore any reload
  130.         attempts.  It occupies approximately 4.5K Bytes of memory.   The "HOT"
  131.         keys are selectable at program sign on  or with the load command.   To
  132.         assign at load time,  entering command option (i.e. CALC /8),  assigns
  133.         the "Alt" and "Esc" keys for callup.
  134.         Valid codes as follows  * 1 = right Shift & Esc keys *
  135.                                 * 2 = left Shift & Esc keys *
  136.                                 * 4 = Ctrl & Esc keys *
  137.                                 * 8 = Alt & Esc keys (Default) *
  138.  
  139.            To run the calculator in the Non-TSR mode, enter the command option
  140.         "/" with nothing following (ie. CALC /).
  141.  
  142.            Mixed-base calculations are supported, and the  +,-,*, and /  func-
  143.         tions are  conventional.   Beware, though, of only integer mode calcu-
  144.         lations.  Your fractions disappear, except in fixed two place decimal.
  145.  
  146.  
  147.  
  148.         * CALC.EXE * Functions *
  149.  
  150.         * Arrows   * Re-locatable pop-up screen position using arrow keys.
  151.         * F1       * Pressing F1 successively cycles through the different
  152.                      base conversions of the number on the entry line.
  153.         * F2       * This key toggles fixed two place decimal on and off.
  154.         * F3       * Performs logical AND on current and next number entered.
  155.         * F4       * Performs logical OR on current and next number entered.
  156.         * F5       * Performs logical XOR on current and next number entered.
  157.         * F6       * Performs logical NOT(invert) on the current entry.
  158.         * F7       * Performs BIT shift left on current entry.
  159.         * F8       * Performs BIT shift right on current entry.
  160.         * F9       * Changes the sign of current entry.
  161.         * F10      * Clears the entry line.
  162.         * Shift-F10* Clears the calculator.
  163.  
  164.  
  165.                                                                 Page   3
  166.  
  167.  
  168.                  ***********************************************
  169.                  |   TSR  UTILITIES  Version 4.5  BY RO-SOFT   |
  170.                  ***********************************************
  171.  
  172.  
  173.                         * DOS COMMAND FUNCTIONS & EDIT *
  174.  
  175.  
  176.         * DOSCOMM.EXE * This is a TSR type program. That is when run it will
  177.         load itself in memory and stay there until it is unloaded.
  178.  
  179.  
  180.             This program requires only 3.5K Bytes of memory and will remain
  181.         loaded until  you enter  its name again or the  system is re-booted.
  182.         To load the program type in "DOSCOMM" at the DOS prompt or put this
  183.         command into your autoexec.bat file.
  184.  
  185.  
  186.             The program functions include the following :
  187.  
  188.         * Assign a command or a series of comm