home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / UT / UT214.ZIP / SEBFU40.LZH / CHKDRVR.DOC < prev    next >
Text File  |  1991-09-02  |  4KB  |  169 lines

  1.  
  2.                           C H K D R V R     Ver. 4.0
  3.  
  4.  
  5.                     (C)1989,1990,1991  Scanlon Enterprises
  6.  
  7.  
  8.  
  9.  
  10.  
  11.        CHKDRVR is a small utility, which will set the batch file 
  12.        ERRORLEVEL to some value corresponding to the device driver being 
  13.        tested for.
  14.  
  15.  
  16.        Syntax  : CHKDRVR dvr
  17.  
  18.  
  19.        Where   : 'dvr' is a letter corresponding to the following
  20.                        device drivers :
  21.  
  22.                        E = Expanded Memory
  23.                        C = CD Rom
  24.                        M = Mouse
  25.                        J = Joystick
  26.                        K = 101 Keyboard
  27.                        A = ANSI.SYS
  28.                        X = Extended Memory
  29.  
  30.        Defaults: All devices are tested by default, unless one or more 
  31.        of the above letters is supplied as 'dvr'.
  32.  
  33.        ERRORLEVELS: 0FF (255) Program Problem (call Author)
  34.                     128       ANSI.SYS is installed
  35.                      64       Joystick is installed
  36.                      32       Extended memory driver installed
  37.                      16       Expanded memory driver installed
  38.                       8       101 Keyboard supported
  39.                       4       Mouse driver installed
  40.                   0 - 3       Number of CD Roms
  41.  
  42.        ** NOTE ** Although CHKDRVR can test for several device drivers 
  43.        at one time we suggest you test for one at a time to ease the 
  44.        batch file developement burden. IE.. its much easier to make 16 
  45.        checks rather than the possible 256 tests.
  46.  
  47.  
  48.        USAGE:       Usefull to check various system drivers
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.       Page 1 of 3
  64.  
  65.                           C H K D R V R     Ver. 4.0
  66.  
  67.  
  68.                     (C)1989,1990,1991  Scanlon Enterprises
  69.  
  70.  
  71.  
  72.  
  73.  
  74.        EXAMPLES:
  75.  
  76.                     CHKDRVR A
  77.  
  78.        This will return an errorlevel of 128 if ANSI.SYS (or compatible) 
  79.        driver is installed, else errorlevel is 0.
  80.  
  81.                     CHKDRVR C
  82.  
  83.        This will return an errorlevel of 0 thru 3 for the number of CD 
  84.        Roms installed, with 0 implying none.
  85.  
  86.                     CHKDRVR E
  87.  
  88.        This will return an errorlevel of 16 if an Expanded Memory driver 
  89.        is installed, other wise will return a zero.
  90.  
  91.                     CHKDRVR J
  92.  
  93.        This will return an errorlevel of 64 if a joystick is detected. 
  94.  
  95.                     CHKDRVR K
  96.  
  97.        This will return an errorlevel of 8 if the system Bios supports 
  98.        the 101 keyboard.
  99.  
  100.                     CHKDRVR M
  101.  
  102.        This will return an errorlevel of 4 if a Mouse driver is 
  103.        installed.
  104.  
  105.                     CHKDRVR X
  106.  
  107.        This will return an errorlevel of 32 if an extended memory driver 
  108.        is installed.
  109.  
  110.  
  111.  
  112.  
  113.        For additional usage and information on using these utilities see 
  114.        the file SEBFU.DOC or BATUT.DOC.
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.       Page 2 of 3
  127.  
  128.                            C H K D R V R    Ver. 4.0
  129.  
  130.  
  131.                     (C)1989,1990,1991  Scanlon Enterprises
  132.  
  133.  
  134.  
  135.                              O R D E R     F O R M
  136.  
  137.  
  138.  
  139.  
  140.        CHKDRVR registration ..................................... $1.00
  141.  
  142.  
  143.  
  144.  
  145.        What you get :
  146.  
  147.        Unlimited usage of CHKDRVR, and phone or write in support. You 
  148.        will also be placed on our mailing list for future updates and 
  149.        new products.
  150.  
  151.        We are offering this utility seperate from SEBFU as a favor to 
  152.        users who do NOT wish to use many of the SEBFU utilities.
  153.  
  154.        This utility is automatically registered to you when you register 
  155.        SEBFU as a product (see REG.DOC). Registering SEBFU as a product 
  156.        is a better bargin, as each utility will cost less than $ .25 
  157.        each.
  158.  
  159.  
  160.        Vendors:
  161.  
  162.        You may distribute CHKDRVR seperately, provided this document is 
  163.        distributed as well. Any reasonable fee may be charged.
  164.  
  165.  
  166.        Send your order to : SCANLON ENTERPRISES
  167.                             38354 17TH ST E.
  168.                             PALMDALE, CA 93550
  169.