home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / EDEL112.ZIP / EDEL.DOC next >
Text File  |  1993-11-01  |  5KB  |  132 lines

  1.  
  2.                         EDEL - Enhanced Delete Utility
  3.  
  4.  
  5.                         EDEL is a copyrighted work by:
  6.  
  7.                               Lawrence G. Martin
  8.                                  HC11 Box 625
  9.                               Meadville, PA 16335
  10.  
  11.  
  12.          Please see the files LICENSE.TXT and REGISTER.TXT for the
  13.          terms and condition which apply to your usage of the EDEL
  14.          program.
  15.  
  16.  
  17.          EDEL is a powerful replacement for the DOS DELETE command.
  18.  
  19.          It will accomplish the same functions as DELETE will, but
  20.          has some very powerful extensions.  With EDEL it is possible
  21.          to remove all files (including hidden, system, and read-only)
  22.          and directories on a disk or diskette with one command.
  23.          Files can be deleted based upon the the age of the
  24.          file.  A preview of files which would be deleted can also be
  25.          obtained.
  26.  
  27.          EDOS requires DOS version 2.00 or higher to operate.
  28.  
  29.          To obtain a printed copy of this file you may use the follow-
  30.          ing command:
  31.               copy edel.doc LPT1 or
  32.               copy edel.doc PRN  or
  33.               copy edel.doc LPT2 (if your printer is on LPT2)
  34.  
  35.  
  36.                                   EDEL USAGE
  37.  
  38.          EDEL [options] filespec(s)
  39.  
  40.          where:
  41.  
  42.          options - the option or options that you want to be in effect
  43.                    for this execution of the program.  See below for a
  44.                    description of each option.
  45.  
  46.          filespec(s) - 1 to 20 file specifications describing the
  47.                        files that are to be deleted.  Each filespec
  48.                        may contain a drive and or path.
  49.  
  50.          EDEL Options:
  51.  
  52.            /A - Delete files based on file age.
  53.                 Specifies the age of files to be deleted in days,
  54.                 months or years.  This option is specified as
  55.                 /A##X where ## is a number representing the file age
  56.                 in days, months, or years and X is a D, M, or Y to
  57.                 specify that ## is Days, Months, or Years.  The age
  58.                 date is computed by subtracting the number of days,
  59.                 months, or years from the current system date.  All
  60.                 files with a file date equal to or less than the age
  61.                 date will be deleted if they qualify based on
  62.                 filespec(s).
  63.  
  64.            /E - Empty subdirectories
  65.                 Will cause all empty subdirectories within the range
  66.                 of filespec to be removed.
  67.  
  68.            /N - Nothing
  69.                 Use this option to get a preview of the file(s) that
  70.                 would be deleted.
  71.  
  72.            /P - Prompt
  73.                 This option will prompt you for a Yes/No response for
  74.                 every file selected.  You may choose to allow it to be
  75.                 deleted or you may opt to keep the file.
  76.  
  77.            /Q - Quiet
  78.                 EDEL will by default list the full file spec of every
  79.                 file deleted.  This option will cause EDEL to delete
  80.                 the files without a display of the file specs as they
  81.                 are deleted.
  82.  
  83.            /S - Subdirectories
  84.                 This option will cause all files in all subdirectories
  85.                 which are children to the directory specified in
  86.                 filespec to be processed.
  87.  
  88.  
  89.                             EDEL USAGE (Continued)
  90.  
  91.            /Y - Yes assumed
  92.                 When all files in a directory are to be deleted EDEL
  93.                 will normally ask you if you are sure just as DELETE
  94.                 does. Specifying this option will bypass that prompt.
  95.  
  96.            /Z - Zap
  97.                 Causes hidden, system and read only files to be
  98.                 subject to deletion based on filespec.
  99.  
  100.  
  101.          Command syntax:
  102.               Options must be separated from filespec(s) by at least 1
  103.               space.  When multiple filespec(s) are used they too must
  104.               be separated by at least 1 space.
  105.  
  106.               Options may be specified seperately (/E /Y /Z or /E/Y/Z)
  107.               or they may be all specified together (/EYZ).
  108.  
  109.  
  110.          Following are some examples:
  111.  
  112.          EDEL A:\*.* /Z /E /S /Y or
  113.          EDEL A:\*.* /Z/E/S/Y    or
  114.          EDEL A:\*.* /ZESY
  115.               This would cause all files(including hidden, system, and
  116.               read-only) and subdirectories on the diskette in drive a
  117.               to be deleted with no prompts.
  118.  
  119.          EDEL \MAIL\*.msg /a7d /s /e or
  120.          EDEL \MAIL\*.msg /a7d/s/e   or
  121.          EDEL \MAIL\*.msg /a7dse
  122.               Delete all .msg files that are 7 or more days old, on
  123.               the current drive, in the directory named MAIL and it's
  124.               subdirectories. All empty subdirectories that are
  125.               children to mail will also be removed.
  126.  
  127.          Caution: An entire disk can quickly be deleted with the power
  128.                   of this command.  Be careful!!  Using the /N option
  129.                   will let you preview the results of your options
  130.                   without actually deleting any files.
  131.  
  132.