home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / batch / dosver11.arj / DOSVER.DOC < prev    next >
Encoding:
Text File  |  1992-04-08  |  8.5 KB  |  245 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.         
  8.                             
  9.                             
  10.                             
  11.                             
  12.                             
  13.                             
  14.                             
  15.                             
  16.                             
  17.                             
  18.                             
  19.                             
  20.                             
  21.                             
  22.                             
  23.                             
  24.                             STEENBURGH'S STUFF
  25.                           Mildly Useful Utilities
  26.                               For Batch Files
  27.                                 Version 2.0
  28.           Copyright 1991,1992 by Chuck Steenburgh and Tay-Jee Software
  29.         
  30.                             _______
  31.                        ____|__     |               (TM)
  32.                     --|       |    |-------------------
  33.                       |   ____|__  |  Association of
  34.                       |  |       |_|  Shareware
  35.                       |__|   o   |    Professionals
  36.                     -----|   |   |---------------------
  37.                          |___|___|    MEMBER
  38.         
  39.         
  40.         
  41.         
  42.         
  43.         
  44.         
  45.         
  46.         
  47.         
  48.         
  49.         
  50.         
  51.         
  52.         
  53.         
  54.         
  55.         
  56.         
  57.         
  58.         
  59.         
  60.         
  61.  
  62.                                      Page 1
  63.  
  64.  
  65.  
  66.  
  67.  
  68.         DOSVER.EXE Version 1.1
  69.         Copyright 1991 by Chuck Steenburgh
  70.         
  71.            Use this program to determine what version of DOS is currently
  72.         running on the system.
  73.         
  74.         Usage:       DOSVER [n.n]
  75.         
  76.                   [n.n]           optional version to check for
  77.         
  78.         Examples:
  79.         
  80.              DOSVER               returns an errorlevel based on
  81.                                   version of DOS currently loaded
  82.                                   
  83.              DOSVER 3.3           checks to see if DOS version 3.3,
  84.                                   or higher, is loaded
  85.                                   
  86.            DOSVER returns two possible errorlevels, based on whether
  87.         it is reporting the DOS version or checking for a specific
  88.         version number.
  89.         
  90.            When entered without parameters, DOSVER returns an error-
  91.         level according to the chart below:
  92.         
  93.                   DOS Version                Errorlevel Returned
  94.                   ===========                ===================
  95.                       5.00                            50
  96.                       4.01                            40
  97.                       3.3                             33
  98.                       3.21                            32
  99.                        .                               .
  100.                        .                               .
  101.                       2.0                             20
  102.                       etc.
  103.                
  104.            When entered with a version number on the command line,
  105.         DOSVER returns the following errorlevels:
  106.                
  107.                     Errorlevel                 Meaning
  108.                     ==========                 =======
  109.                          2                     Loaded DOS higher version
  110.                          1                     Loaded DOS same version
  111.                          0                     Loaded DOS lower version
  112.                
  113.         
  114.            DOSVER also prints a brief screen message stating the DOS    |
  115.         version in use.                                                 |
  116.         
  117.         OMBUDSMAN
  118.         
  119.           This program is produced by a member of the Association of
  120.         Shareware Professionals (ASP).  ASP wants to make sure that
  121.         the shareware principle works for you.  If you are unable to
  122.  
  123.                                      Page 2
  124.  
  125.  
  126.  
  127.  
  128.  
  129.         resolve a shareware-related problem with an ASP member by
  130.         contacting the member directly, ASP may be able to help.  The
  131.         ASP Ombudsman can help you resolve a dispute or problem with
  132.         an ASP member, but does not provide technical support for 
  133.         members' products.  Please write to the ASP Ombudsman at 545
  134.         Grover Road, Muskegon, MI 49442 or send a CompuServe message
  135.         via CompuServe Mail to ASP Ombudsman, 70007,3536.
  136.         
  137.         
  138.         DISCLAIMER
  139.         
  140.            The programs described in this documentation are guaran-
  141.         teed to do absolutely nothing!  They have, however, in my exper-
  142.         ience performed essentially as described herein.  The author
  143.         will not be responsible for any loss or damages caused through
  144.         the use of these programs.  No warranty, express or implied,
  145.         is provided for this software's performance, merchantability,
  146.         or fitness for a particular purpose.
  147.         
  148.            All trademarks are property of their respective owners.
  149.         
  150.            The programs and documentation are Copyright 1991,1992 by 
  151.         Chuck Steenburgh.  You are encouraged to distribute these pro-
  152.         grams provided the following conditions are met:
  153.         
  154.            - all files contained in the archive or distribution disk
  155.              must be distributed together in UNMODIFIED form
  156.         
  157.            - you charge no more than a reasonable fee for copying or
  158.              subscription, and clearly indicate that payment of such
  159.              a fee does NOT grant ownership of the programs.
  160.         
  161.            This program is part of set of utilities known as STEEN-
  162.         BURGH'S STUFF (Mildly Useful Utilities).  The full set of
  163.         utilities includes the following programs:
  164.         
  165.              BATBOX:     Simple menu creation/input system
  166.              CHKPRN:     Checks parallel printer status
  167.              CLK:        Displays time on screen
  168.              CURSOR:     Change cursor shape
  169.              DOSVER:     Checks for DOS version currently running
  170.              INPUT:      Simple prompt/input system
  171.              KLS:        Colorful screen-clearing utility
  172.              LAUNCHER:   File selection/execution system
  173.              MUSIC:      Plays transcribed sheet music on the PC
  174.              RAND:       Random number generator
  175.              SKIP:       Prints blank lines from batch files
  176.              SOUNDER:    Wide range of noise making options
  177.              SPACE:      File/disk space reporting utility
  178.              WAITFOR:    Timed pauses 
  179.              WHENISIT:   Date/time telling utility
  180.              WRITE:      Colorful output anywhere on screen
  181.              XD:         Create/switch directories at the same time
  182.         
  183.  
  184.                                      Page 3
  185.  
  186.  
  187.  
  188.  
  189.  
  190.            You may evaluate these programs for up to 30 days on a free
  191.         trial basis.  After 30 days, you should register your use of
  192.         these programs.  The registration fee is $20, payable to the
  193.         author at the address given below.  For those registering
  194.         directly with Tay-Jee Software, we offer a $5 cash discount.
  195.         
  196.            Let's be real: I don't plan to make alot of money this way.
  197.         Registration does have its advantages:
  198.         
  199.            - I am improving these programs all the time.  Registration
  200.              will get you IMMEDIATELY a disk with the latest version.
  201.              You will also get the next major release of the program set
  202.              sent to you free of charge.
  203.         
  204.            - While I can't promise to include everyone's suggestions
  205.              in program updates, you can bet I'll listen to registered
  206.              users before any of you scrounges out there.
  207.         
  208.            - You will make me feel all warm and fuzzy and appreciated, 
  209.              and all that good stuff.
  210.         
  211.            - You will also get an evaluation copy of my text-file for-
  212.              matting program (used to produce the margins in this doc-
  213.              ument), and any other electronic creations I have decided
  214.              to unleash on a foolish, unsuspecting world.
  215.         
  216.            Send comments/registrations to:
  217.         
  218.                 Tay-Jee Software
  219.                 Post Office Box 835
  220.                 Lexington, VA 24450
  221.                 (703)464-5290
  222.                 
  223.                 !!!VIRGINIA RESIDENTS ADD 4.5SALES TAX!!!
  224.         
  225.                 CIS 72330,1776 (I haunt the IBMSYS and IBMPRO forums)
  226.         
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.                                      Page 4