home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / miscutil.zip / DC1.ZIP / DC1.DOC < prev   
Text File  |  1987-05-24  |  5KB  |  120 lines

  1. Documentation for DC1.COM  DOS color program
  2.  
  3. *******************************************************************************
  4. Special note: Users of enhanced keyboards please remember that keyboard
  5.               commands to DC1 must be issued with Number Lock off (otherwise
  6.               the program will just ignore).  This is to avoid problems with
  7.               BIOS routine's accomodation for entering ASCII codes directly
  8.               from the keyboard via the ALT NumLock nnn combination.  This
  9.               means that you will need to issue keyboard commands to DC1 from
  10.               your NUMERIC keypad with NUMBER LOCK OFF.
  11.  
  12.               DON'T USE DC1 WITH A COMMAND.COM THAT'S BEEN PATCHED WITH MY
  13.               CP21 patch.  The patch causes DOS colors to be redefined and
  14.               my DC1 program won't work properly with it.
  15.  
  16. *******************************************************************************
  17.  
  18. KEYBOARD COMMANDS:
  19.  
  20.    After installing DC1 (by entering DC1 at the A> prompt: A>DC1) you can
  21. easily flip through foreground, background, and border colors by ALT
  22. arrow key combinations. These combinations are as follows:
  23.  
  24.               (WITH NUMBER LOCK OFF)
  25.  
  26.    ALT LEFT ARROW     Flips through 16 BORDER colors
  27.    ALT UP ARROW       Flips through 16 FOREGROUND colors
  28.    ALT RIGHT ARROW    Flips through 7 BACKGROUND colors
  29.  
  30.    ALT DOWN ARROW     Toggles program ON/OFF
  31.  
  32. Once you select the colors you want via the ALT ARROW KEY combinations----
  33. you're set........Your selected colors will survive mode changes and
  34. DOS CLS's (If you enter a graphics mode the program will deactivate itself
  35. but your colors will once again return as soon as you enter back into a text
  36. mode).
  37.  
  38.  
  39. COMMAND LINE COMMANDS:
  40.  
  41.    After you've installed DC1 you can turn the program on and off, or cause
  42. it to uninstall itself and return your memory via command line parameters.
  43. These parameters are as follows:
  44.  
  45.    S  will suspend DC1  Example: A>DC1 S
  46.    R  will resume DC1   Example: A>DC1 R
  47.  
  48.    V  will vacate DC1 and return memory to system pool Example: A>DC1 V
  49.  
  50.  
  51. A WARNING ABOUT THE V PARAMETER:
  52.  
  53.    DON'T USE IT EXCEPT FROM THE DOS LEVEL (i.e. don't try to use it from a
  54.                                            DOS shell).
  55.    DON'T USE IF YOU'VE LOADED OTHER TSR (terminate stay resident) TYPE
  56.    PROGRAMS AFTER YOU LOADED DC1. (as this could create "holes" in your memory
  57.                                    --- and maybe cause a system crash).
  58.  
  59. *******************************************************************************
  60.  
  61. TRYING IT OUT:
  62.  
  63.    With the DC1.COM program on a disk in your A drive type  DC1
  64.  
  65. Example:  A>DC1
  66.  
  67.    A message telling you DC1 has installed itself and containing instructions
  68. similiar to the above should appear on your screen.
  69.  
  70.    Now, make sure you're not in Number Lock mode (if you've got a standard PCjr
  71. keyboard this is probably already the case).
  72.  
  73.    Press down on the ALT key (in lower left corner of your keyboard)
  74.  
  75.    While holding down on ALT press and release the LEFT ARROW key.
  76.  
  77.    Your border color should change. WOW!
  78.  
  79.    Hold down the ALT key and press LEFT ARROW repeatedly (this will have the
  80.    effect of "flipping" through the border colors) until you find one you like.
  81.  
  82.    Now hold down ALT, press and release UP and RIGHT ARROW until you get
  83.    foreground and background colors you find pleasing. It's that simple.
  84.  
  85.    OH MY GOSH! ALL MY TEXT HAS DISSAPPEARED!!!!!!!!!
  86.  
  87.    No, not really, your text is still there.  What's happened is that you've
  88.    defined background and foreground to the same color.
  89.  
  90.    Just press ALT UP ARROW or ALT RIGHT ARROW and YOUR TEXT WILL REAPPEAR.
  91.  
  92. *******************************************************************************
  93.  
  94. TECHIE NOTES:
  95.    DC1 works by redefining some values in the VGA registers.  It's a PCjr
  96. specific, PCjr only program.
  97.  
  98. ******************************************************************************
  99.  
  100. COPYRIGHT:
  101.  
  102. DC1.COM is Copyright 1987 by Mark Boatright
  103.  
  104. THIS PROGRAM IS NOT TO BY DISTRIBUTED FOR PROFIT OR "DISK FEES" WITHOUT THE
  105. AUTHOR'S EXPRESS, WRITTEN PERMISSION.
  106.  
  107. PROBLEMS:
  108.   You can get ahold of me via Compuserve 74206,1751
  109.  
  110.  
  111. OH, YEAH.
  112.  
  113.    Now that you got a DOS border you may notice that your screen isn't
  114.    properly centered.  TO CENTER YOUR SCREEN:
  115.  
  116.       ALT + CTRL + RIGHT ARROW shifts screen right
  117.       ALT + CTRL + LEFT ARROW shifts screen left
  118.  
  119.  
  120.