home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / dbd10.zip / DBD.DOC next >
Text File  |  1993-12-05  |  5KB  |  137 lines

  1.  
  2.                              DOCUMENTATION FOR
  3.  
  4.                                DBD.EXE V 1.0
  5.  
  6.      Delete files from the current or specified directory that match a
  7.              given date range and optional file specification.
  8.  
  9.  
  10.             Copyright (c) December 5, 1993 McKendry Enterprises
  11.  
  12.  
  13. "dbd.exe" is the copyrighted property of Arthur R. McKendry and is
  14. being provided as "Shareware".
  15.  
  16. You are hereby granted a limited license to use, copy and distribute
  17. "dbd.exe" to others as long as the following conditions are met:
  18.  
  19.    (1)  This product must not be sold, or any fee charged for
  20.         copying and distribution, beyond your actual cost of
  21.         copying media.
  22.  
  23.    (2)  This product may only be distributed in its original,
  24.         unmodified state.
  25.  
  26.    (3)  This file (DBD.DOC) must be included along with DBD.EXE
  27.         any copies that you may distribute to others.
  28.  
  29.    (4)  Permission is granted to upload this product a BBS
  30.         only in its original archived form as DBD.ZIP which
  31.         includes this documentation.
  32.  
  33.    (4)  This product may not be distributed as a part of any
  34.         commercial product or service without the prior written
  35.         consent of the owner.
  36.  
  37.  
  38.    As long as you are prepared to adhere to the conditions
  39.    listed above, you are encouraged to copy and distribute
  40.    "dbd.exe" to your friends and others.
  41.  
  42.                                 DESCRIPTION
  43.  
  44. DBD.EXE is a program written in Borland C++ can be used to clean up a hard
  45. drive by deleting files based on their creation dates.
  46.  
  47.                               WHEN TO USE IT
  48.  
  49. When you have several versions of document, source, or data base files and
  50. you want to delete all but the most recent versions.
  51.  
  52.                                 HOW TO USE IT
  53.  
  54. General usage:
  55.  
  56. Type DBD -h at the dos command line for help and useage descriptions.  You
  57. should get this help display:
  58.  
  59.                       Delete By Date Version 1.0
  60.  
  61. (C)1993 Art McKendry - Useage: DBD DATE1 [DATE2] [PATH+FILESPEC] [-nesth]
  62.  
  63. DATE1:MM/DD/YY Files with creation dates matching DATE1 will be deleted
  64. DATE2:MM/DD/YY Optional, Files between DATE1 and DATE2 will be deleted
  65. PATH:Optional, Valid dos path to scan for files to delete
  66. FILESPEC:Optional filespec filter. Example:(*.TXT)
  67. -n:Switch, Do not prompt before deleting files
  68. -e:Switch, Delete files that match DATE1 and earlier
  69. -s:Switch, Recurse into subdirectories below the current or specified one
  70. -t:Switch, Test run - Displays action messages without actually deleting files
  71. -h:Switch, Display this help screen
  72.  
  73. NOTES:
  74. Deletion dates are inclusive!
  75. Remember to enter leading zeros (01/01/94).
  76. Command line arguments can be in any order.
  77. The slash (/) can be used in place of (-).
  78. You can use four digits for the year.  This means that after the year 2000
  79. you can continue using this utility: DBD 12-01-99 04-15-2000.
  80. The -e Option is ignored if two dates are entered.
  81.  
  82.  
  83.                         DOS ERRORLEVEL RETURN CODES
  84.  
  85.      0 - No errors
  86.      1 - Invalid command line switch
  87.      2 - Invalid command line date entered
  88.      3 - Help screen requested
  89.  
  90.  
  91.                             INSTALLING DBD.EXE
  92.  
  93.   Simply copy DBD.EXE to a subdirectory that is in your DOS search PATH.
  94.                               (C:\DOS, C:\UT)
  95.  
  96.                                WHAT IT WON'T DO
  97.  
  98.           This version will not delete Hidden or Read only files.
  99.  
  100.                                    -**-
  101.  
  102.      dbd.exe is shareware.  If you decide to register, $30
  103.      will help immensely.  I would also greatly  appreciate any reports
  104.      of bugs, or just comments and suggestions.
  105.  
  106.  
  107.  
  108.           Address all correspondence to:
  109.  
  110.           McKendry Enterprises
  111.           Arthur R. McKendry
  112.           3135 Oakwood Drive
  113.           Racine, Wisconsin  53406
  114.           Compuserve 75020,1301
  115.  
  116.      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  117.                          Tear-off registration form
  118.  
  119.                         Name:   _______________________________________
  120.  
  121.                       Street:   _______________________________________
  122.  
  123.                 City, ST Zip:   _______________________________________
  124.  
  125.         Telephone (optional):   _______________________________________
  126.  
  127.      Last revision date of your copy:                    ______________
  128.  
  129.      Enclosed is  a check  for $30.   Please  register me  and send the
  130.      latest version of dbd.exe and your other programs.
  131.  
  132.           Please write any comments,  suggestions, or  questions on the
  133.      back.   Or feel  free to  use a  separate sheet.   Your support is
  134.      greatly appreciated.
  135.  
  136.  
  137.