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

  1.  
  2.                              C D C K     Ver. 4.0
  3.  
  4.  
  5.                     (C)1989,1990,1991  Scanlon Enterprises
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.        CDCK is a simple utility to check for the presence of a Compact 
  13.        Disk device driver. A CD driver is necessary to utilize the 
  14.        device correctly.
  15.  
  16.  
  17.        Syntax : CDCK
  18.  
  19.  
  20.        This utility simply returns an errorlevel of 1 if the drive has 
  21.        been installed, or 0 if NOT.
  22.  
  23.  
  24.  
  25.        EXAMPLE:
  26.  
  27.                ECHO OFF
  28.                CLS
  29.                CDCK
  30.                IF ERRORLEVEL 1 GOTO CDINST
  31.                ECHO No CD driver installed
  32.                GOTO XIT
  33.                :CDINST
  34.                ECHO CD driver is installed
  35.                :XIT
  36.  
  37.  
  38.        This example batch file will display the message "CD drive is 
  39.        installed" if a CD driver is installed. The message "No CD driver 
  40.        installed" is displayed if there is NO CD driver.
  41.  
  42.  
  43.  
  44.        For additional usage and information on using these utilities see 
  45.        the file SEBFU.DOC or BATUT.DOC.
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.       Page 1 of 2
  64.  
  65.                               C D C K    Ver. 4.0
  66.  
  67.  
  68.                     (C)1989,1990,1991  Scanlon Enterprises
  69.  
  70.  
  71.  
  72.                              O R D E R     F O R M
  73.  
  74.  
  75.  
  76.  
  77.        CDCK registration ....................................... $1.00
  78.  
  79.  
  80.  
  81.  
  82.        What you get :
  83.  
  84.        Unlimited usage of CDCK, and phone or write in support. You will 
  85.        also be placed on our mailing list for future updates and new 
  86.        products.
  87.  
  88.        We are offering this utility seperate from SEBFU as a favor to 
  89.        users who do NOT wish to use many of the SEBFU utilities.
  90.  
  91.        This utility is automatically registered to you when you register 
  92.        SEBFU as a product (see REG.DOC). Registering SEBFU as a product 
  93.        is a better bargin, as each utility will cost less than $ .25 
  94.        each.
  95.  
  96.  
  97.        Vendors:
  98.  
  99.        You may distribute CDCK seperately, provided this document is 
  100.        distributed as well. Any reasonable fee may be charged.
  101.  
  102.  
  103.        Send your order to : SCANLON ENTERPRISES
  104.                             38354 17TH ST E.
  105.                             PALMDALE, CA 93550
  106.