home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / ansi / anctrl20.arj / ANSICTRL.DOC < prev   
Encoding:
Text File  |  1992-04-19  |  7.9 KB  |  300 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                           ANSI CONTROL Version 2.0
  8.  
  9.                           Easy control of ANSI.SYS
  10.  
  11.                           (c) 1992 by Paul Golder
  12.  
  13.  
  14.  
  15.  
  16.  
  17.                                 USERS GUIDE
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.                 Both this documentation and the program are
  26.                    Copyright (c) 1991-1992 by Paul Golder
  27.                             All Rights Reserved
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.                                    INDEX
  35.  
  36.  
  37.  
  38.               What is ANSI CONTROL?........................ 2
  39.  
  40.               Overview of the ANSI driver.................. 2
  41.  
  42.               Using ANSI CONTROL........................... 3
  43.                     Help screen............................ 3
  44.                     Screen color commands.................. 3
  45.                     Screen mode commands................... 4
  46.  
  47.               ANSI CONTROL's history....................... 4
  48.  
  49.               What's next.................................. 4
  50.  
  51.               Disclaimer................................... 5
  52.  
  53.               License...................................... 5
  54.  
  55.               Support...................................... 5
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62. WHAT IS ANSI CONTROL:
  63.  
  64.                Ansi Control is a program that gives you easy control
  65.           of your screen colors, and modes without having to remember
  66.           cryptic ANSI commands.
  67.  
  68.  
  69. OVERVIEW OF THE ANSI DRIVER:
  70.  
  71.                ANSI is a enhanced console driver that gives you more
  72.           control over your screen and keyboard. It was developed for
  73.           programers by the American National Standards Institute (ANSI),
  74.           to provide a standard for screen and keyboard control. This
  75.           seems like a nice ideal, but most programs bypass ANSI and
  76.           write directly to the screen for speed. As it so happens DOS
  77.           doesn't do that, so if ANSI is installed we can use it with
  78.           DOS.
  79.  
  80.                To use ANSI CONTROL you must install ANSI.SYS first. To
  81.           install ANSI you have to include the following line in your
  82.           CONFIG.SYS file on your boot disk:
  83.  
  84.                   DEVICE=ANSI.SYS
  85.  
  86.                If ANSI.SYS is not in the root directory of your boot
  87.           disk you have to include a path specification in the line:
  88.  
  89.                   DEVICE=[drive][path]ANSI.SYS
  90.  
  91.                For example if you boot your system from drive C, and
  92.           ANSI.SYS is located in the \DOS sub directory the line would
  93.           read:
  94.  
  95.                   DEVICE=C:\DOS\ANSI.SYS
  96.  
  97.                Once you have ANSI installed you can start using it.
  98.           To use ANSI all you have to do is send the ANSI control codes
  99.           to the screen (console). The only problem is that the ANSI
  100.           control codes are very cryptic.
  101.  
  102.                This is where ANSI CONTROL comes in. Instead of having to
  103.           remember ANSI's cryptic commands and finding a way of getting
  104.           them to the screen, you can use ANSI CONTROL with its
  105.           descriptive-english commands. And it will do the work for you.
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.       ANSI CONTROL Version 2.0    (c) 1991-1992 by Paul Golder   Page 2
  117.  
  118.  
  119.  
  120.  
  121.  
  122. USING ANSI CONTROL:
  123.  
  124.       Help screen:
  125.                To view the ANSI CONTROL help screen, at the DOS prompt
  126.           type:
  127.                    C:\>ANSICTRL
  128.  
  129.           and hit enter. The screen will clear and you will see:
  130.  
  131. ----------------------------------------------------------------------------
  132.  
  133.                            ANSI CONTROL Version 2.0
  134.                                (c) 1991-1992 by
  135.                                   Paul Golder
  136.  
  137.  
  138.        Syntax: ANSICTRL [option] [option]
  139.  
  140.        Options: foreground [color]
  141.                 background [color]
  142.                                   Colors: black, red, green, yellow,
  143.                                           blue, magenta, cyan, white.
  144.                 screen [mode]
  145.                                   Modes: reset, bold, reverse, blink
  146.                                          co40, co80, bw40, bw80
  147.  
  148. ----------------------------------------------------------------------------
  149.  
  150.  
  151.                Also if ANSI CONTROL doesn't recognize the options you
  152.           entered it will display the help screen.
  153.  
  154.  
  155.       Color control commands:
  156.                The use of ANSI CONTROL's screen color commands is
  157.           pretty much self explanatory. For example entering:
  158.  
  159.                    C:\>ANSICTRL foreground red
  160.  
  161.           will set the foreground color of your screen to red, and
  162.           clear the screen. Likewise entering:
  163.  
  164.                    C:\>ANSICTRL background blue
  165.  
  166.           will set the background color of your screen to blue, and
  167.           clear the screen.
  168.  
  169.                To save keystrokes foreground, and background can be
  170.           abbreviated as f, and b. Also the colors can be abbreviated
  171.           up to the last significant letter, for example blu, bla, w,
  172.           c,..etc.
  173.  
  174.  
  175.  
  176.  
  177.       ANSI CONTROL Version 2.0    (c) 1991-1992 by Paul Golder   Page 3
  178.  
  179.  
  180.  
  181.  
  182.  
  183.                A note of Caution, all screen color combinations are
  184.           possible. Which means the screen can be accidentally blanked
  185.           (I've done it before). If this happens just enter:
  186.  
  187.                    C:\>ANSICTRL screen reset
  188.  
  189.  
  190.       Screen mode commands:
  191.                The screen modes offer you a variety of screen
  192.           enhancements. The following is a list of each of the mode
  193.           options available, and a description of what each one does.
  194.  
  195.  
  196.            RESET --- Resets bold, reverse, and blink to normal. Also
  197.                      resets the screen colors to white on black.
  198.  
  199.            BOLD --- Sets the foreground color to high intensity.
  200.  
  201.            REVERSE --- Reverses the foreground and background colors.
  202.  
  203.            BLINK --- Sets the foreground color to blinking.
  204.  
  205.            CO40 --- Sets the screen mode to color and 40 columns.
  206.  
  207.            CO80 --- Sets the screen mode to color and 80 columns.
  208.  
  209.            BW40 --- Sets the screen mode to monochrome and 40 columns.
  210.  
  211.            BW80 --- Sets the screen mode to monochrome and 80 columns.
  212.  
  213.  
  214.                As with the color commands the screen modes can be
  215.           abbreviated to the last significant letter, or number.
  216.  
  217.  
  218.  
  219. ANSI CONTROL'S HISTORY:
  220.  
  221.       Version 2.0:
  222.                With this version ANSI CONTROL takes its first step to
  223.           becoming a real program. Originally a BAT file it is now an
  224.           assembled (fast) COM file (with lots of room for growth).
  225.           There were also some document changes.
  226.  
  227.       Version 1.0:
  228.                Initial Release.
  229.  
  230. WHAT'S NEXT:
  231.                The next major version of ANSI CONTROL will contain
  232.           "easy keyboard redefinement".
  233.  
  234.  
  235.  
  236.  
  237.  
  238.       ANSI CONTROL Version 2.0    (c) 1991-1992 by Paul Golder   Page 4
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246. DISCLAIMER:
  247.  
  248.                This program is supplied as-is. The author disclaims
  249.           all warranties, expressed or implied, including, without
  250.           limitation, the warranties of merchantability and the
  251.           warranties of fitness for any purpose. The author shall not
  252.           be responsible for any direct or indirect loss resulting from
  253.           the use or misuse of this product.
  254.  
  255. LICENSE:
  256.  
  257.                Version 2.0 of ANSI CONTROL is free for personal use.
  258.           You are free to distribute this program and documentation
  259.           together, unaltered. Copies may not be sold for more than
  260.           the cost of the medium on which they are copied, and a
  261.           reasonable handling charge.
  262.  
  263. SUPPORT:
  264.  
  265.                Any questions, comments, suggestions, or bug reports
  266.           can be sent to me at the following address:
  267.  
  268.                         Paul Golder
  269.                         P.O. Box 242
  270.                         Elkton, Mi.
  271.                                     48731
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.       ANSI CONTROL Version 2.0    (c) 1991-1992 by Paul Golder   Page 5
  300.