home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / bkck22.exe / lha / BKCK.DOC < prev    next >
Text File  |  1990-11-24  |  7KB  |  176 lines

  1.  
  2.  
  3.  
  4.  
  5.     Program:  BKCK.EXE
  6.  
  7.     Version:  Version 2.2
  8.  
  9.     Date:     November 24, 1990
  10.  
  11.     Usage:    BKCK [filespec] [switches]
  12.  
  13.  
  14.     Copyright(c) 1988-90 by John Crouch & The Computer Connection
  15.  
  16.      
  17.               filespec = the same as with the DOS DIR command 
  18.      
  19.               Switches
  20.                /A    Check all disk drives on system 
  21.                /F    Display filenames only (suppress size, date,
  22.                      & time info)
  23.                /P    Pause mode - after each screen 
  24.                /T    Display totals only (summary) 
  25.                /DT   Suppress summary of each directory 
  26.                /I    Ignore archive bit (show ALL files)
  27.                /S    Check subdirectories also 
  28.                /TT   Same as /S/DT/T all together 
  29.  
  30.                /A:mm-dd-yy to specify files changed AFTER date 
  31.  
  32.                /C:x  Specify a diskette size for backup
  33.                      1 = 360KB      3 = 720KB
  34.                      2 = 1.2MB      4 = 1.44MB
  35.  
  36.  
  37.     NOTES
  38.  
  39.          Enter "BKCK ?" to get a display of these commands.
  40.  
  41.          The AFTER switch checks only files changed after the specified
  42.          date. Not to be confused with "on or after" the date, only
  43.          "after" the date.
  44.  
  45.          When using the /A switch to check all drives, it automatically
  46.          assumes the root directory and the /S switch.
  47.  
  48.          The /C:x switch will show an approximate number of diskettes
  49.          needed to backup the amount of files which are reported as
  50.          needing to be backed up.  This is helpful to determine how many
  51.          diskettes to keep on hand when doing a backup.  This is a rough
  52.          estimate and only applies to the DOS BACKUP program's usage. 
  53.          Many disk backup utility programs (such as Fastback) will
  54.          compress the files and get more on a disk than is possible with
  55.          BACKUP from DOS.
  56.  
  57.          The /I switch will show that ALL files need backing up.  This is
  58.          used in connection with the /C:x switch.  When you are going to
  59.          do a FULL backup of your hard disk, you will use these two
  60.          switches to show you how many diskettes will be needed.
  61.  
  62.  
  63.  
  64.     INTRODUCTION
  65.  
  66.     BKCK will give information about files on your hard disk that need
  67.     backing up.  It will display only those files which have their
  68.     archive bit set.
  69.  
  70.     SYSOPS and other people with multiple drives will like the /A option. 
  71.     It will check all drives on your system and give a summary for each
  72.     drive, and a summary for all drives combined.  BKCK cannot recognize
  73.     the difference between a real drive and a SUBSTitute or ASSIGNed
  74.     drive.   This is because there are no documented DOS command
  75.     functions for determining this difference.
  76.  
  77.     For a hard copy of the information supplied by BKCK, use the
  78.     redirection command to redirect the output to the printer: BKCK >PRN
  79.  
  80.  
  81.     THE ERRORLEVEL RETURNED
  82.  
  83.     BKCK will return an errorlevel for checking in a batch file.  
  84.     Previous versions returned an errorlevel based on the number of files
  85.     which needed backing up on the disk.  THE ERRORLEVEL RETURNED WITH
  86.     THIS VERSION IS BASED ON THE PERCENTAGE OF DATA NEEDING TO BE BACKED
  87.     UP.  The percentage of data needing backed up is rounded to the
  88.     nearest integer and returned as the errorlevel.  If an error occurs
  89.     while running the program, the errorlevel returned is 255.  See the
  90.     BKCKDEMO.BAT batch file included with the program.
  91.  
  92.  
  93.     VERSION INFORMATION
  94.  
  95.     Version 1.0 -
  96.          was (of course) the first release. It was written entirely in
  97.          assembly language. This program was blazing fast, but with
  98.          little features.
  99.  
  100.     Version 1.1 -
  101.          woops... fixed a minor bug in this one. One user found that it
  102.          would not work properly with hidden subdirectories.  Also added
  103.          the feature to use the environment SET command to force the
  104.          program not to use the 8087 co-processor.
  105.  
  106.     Version 2.0 -
  107.          completely redone in Borland's Turbo C.  This version is
  108.          slightly slower than the assembly language version, but contains
  109.          many new options, like allowing you to specify file names, check
  110.          all drives, etc.
  111.  
  112.     Version 2.1 - 
  113.          added a few more options and fixed some minor bugs. The AFTER
  114.          switch was added (as requested by a user) to allow checking
  115.          files changed after a certain date, and the errorlevel returned
  116.          was changed to be a percentage instead of a file count.
  117.  
  118.     Version 2.2 -
  119.          we added the /I and /C:x parameters.  This was suggested by a
  120.  
  121.  
  122.  
  123.          user and since we also thought it was a good idea we decided to
  124.          include them.  Some minor bugs (like /P and 24 lines per screen)
  125.          were also fixed.  Most other changes are internal.
  126.  
  127.  
  128.  
  129.     LICENSE TO USE
  130.  
  131.     BKCK is FREE for personal use!  Use it, and give copies to your
  132.     friends!  However,
  133.  
  134.          BUSINESSES, CORPORATIONS, AND OTHER NON-PERSONAL USERS ARE
  135.          REQUIRED TO REGISTER THEIR COPIES.  FOR MORE INFORMATION ON
  136.          COMMERCIAL SITE-LICENSES, PLEASE CONTACT US VIA ONE OF THE
  137.          METHODS LISTED BELOW.
  138.  
  139.  
  140.     To sample some of our other programs, or to just get the latest
  141.     version of BKCK, give our BBS a call.  You will have access to our
  142.     programs on your first call, and the BBS is FREE to all!
  143.  
  144.  
  145.                               BKCK Program Dept
  146.                            The Computer Connection
  147.                           1306 Bailes Lane, Suite F
  148.                           Frederick, Maryland 21701
  149.                                 (301) 696-9677
  150.  
  151.                           -------------------------
  152.  
  153.             CompuServe EasyPlex Mail     The Computer Connection BBS
  154.                   71310,2612                 BBS: (301) 696-1393
  155.  
  156.  
  157.  
  158.  
  159.  
  160.     DISCLAIMER
  161.  
  162.  
  163.     I,  JOHN  CROUCH  AND THE  COMPUTER  CONNECTION  (HEREAFTER  KNOWN AS
  164.     "AUTHOR"), HEREBY DISCLAIM ALL  WARRANTIES RELATING TO THIS SOFTWARE,
  165.     WHETHER EXPRESS OR IMPLIED,  INCLUDING WITHOUT LIMITATION ANY IMPLIED
  166.     WARRANTIES OF  MERCHANTABILITY OR  FITNESS FOR A  PARTICULAR PURPOSE.
  167.     THE  AUTHOR  WILL   NOT  BE  LIABLE  FOR  ANY   SPECIAL,  INCIDENTAL,
  168.     CONSEQUENTIAL, INDIRECT OR SIMILAR DAMAGES DUE TO LOSS OF DATA OR ANY
  169.     OTHER REASON, EVEN  IF AUTHOR OR AN AGENT OF  AUTHOR HAS BEEN ADVISED
  170.     OF  THE POSSIBILITY  OF SUCH  DAMAGES.   IN NO  EVENT SHALL  AUTHORS'
  171.     LIABILITY FOR ANY DAMAGES EVER EXCEED THE  PRICE PAID FOR THE LICENSE
  172.     TO USE  SOFTWARE, REGARDLESS OF  THE FORM OF  THE CLAIM.   THE PERSON
  173.     USING THE SOFTWARE  BEARS ALL RISK AS TO  THE QUALITY AND PERFORMANCE
  174.     OF THE SOFTWARE.
  175.  
  176.