home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / e / erd22.zip / ERD.DOC next >
Text File  |  1993-01-13  |  5KB  |  177 lines

  1.          
  2.          
  3.          +============================================+
  4.          |                                            |
  5.          |                                            |
  6.          |       Enhanced Remove Directory 2.2        |
  7.          |   Copyright (C) 1993 All Rights Reserved   |
  8.          |                                            |
  9.          |                                            |
  10.          +============================================+
  11.  
  12.  
  13. IMPORTANT INFORMATION - DISTRIBUTION AND LICENSING
  14. ==================================================
  15.      ERD carries no warranties expressed or implied.  It is
  16. solely up to the user to determine its suitability for use on
  17. his/her machine.
  18.      This program is distributed as a ZIP file containing the ERD
  19. program and its associated documentation. Copying and
  20. redistribution is encouraged, but must be the original,
  21. unmodified file containing this documentation, and the transfer
  22. must not carry any fee or charge specific to this program.
  23.      ERD is made available on a 'try before you buy' basis.
  24. It is not crippled in any way.
  25.      Single user license is $5.00 (US Funds) which should be
  26. mailed to the address found on the registration form. 
  27. Registration is requied if ERD is used after the 30 day trial 
  28. period.  Please use the registration form at the end of this 
  29. document.
  30.  
  31.  
  32. INTRODUCTION
  33. ============
  34.      Have you ever wanted to delete a directory with all its
  35. files with one command instead of using RD and DEL continuously
  36. and then finding out that there are hidden or read only files
  37. that refuse to let you complete the RD command?  ERD is for you!
  38. ERD stands for Enhanced Remove Directory.  
  39.  
  40.  
  41. REQUIRED FILES
  42. ==============
  43.      ERD is distributed as two files.  The files are:
  44.  
  45.        ERD.EXE      -The program
  46.        ERD.DOC      -This documentation file
  47.  
  48.  
  49. INSTALLATION
  50. ============
  51.      To install ERD, copy the ERD.EXE file into any directory.
  52. Also remember to set a PATH to the directory you selected.
  53. The recommended place for ERD is in the DOS directory of your
  54. hard drive, usually C:\DOS.
  55.  
  56.  
  57.                                      1
  58.  
  59.  
  60. RUNNING ERD
  61. ===========
  62.      The ERD program expects a directory name to be specified on
  63. the command line.  To get information on ERD, type "ERD /?"
  64.  
  65.      Let us suppose that you have the following directory tree:
  66.  
  67. C:.
  68. └───TEMP
  69.     ├───TEMP01
  70.     ├───TEMP02
  71.     │   ├───TEMP02A
  72.     │   ├───TEMP02B
  73.     │   └───TEMP02C
  74.     ├───TEMP03
  75.     └───TEMP04
  76.         ├───TEMP04A
  77.         └───TEMP04B
  78.      Let us also suppose you are at the "C:\>" prompt.  If you
  79. issue the command "ERD \TEMP\TEMP02", all of the contents of
  80. TEMP02 will be deleted, including the sub directories TEMP02A,
  81. TEMP02B, TEMP02C, and all their files.  Normally, you should be
  82. one level above the directory you wish to delete.  In the example
  83. above, you could be at the "C:\TEMP>" prompt and issue the
  84. command "ERD TEMP02".  Both will produce the same results. 
  85.  
  86. HISTORY
  87. =======
  88.  
  89.   Version 1.0
  90.      * Test version.
  91.   
  92.   Version 2.0
  93.      * Complete rewrite of 1.0.  Tested to be faster when
  94.        using a disk cache program.
  95.  
  96.      * No more "Stack Overflow" errors.
  97.  
  98.   Version 2.1
  99.      * Faster than previous versions.
  100.  
  101.      * Error checking - No more Runtime Errors if an incorrect
  102.      directory is specified.
  103.  
  104.      * Bug fixes - Hidden and Read-Only files could not be    
  105.      deleted if found in a certain order.
  106.  
  107.   Version 2.2
  108.      * Abort - The deletion process can be aborted by any  
  109.      key press.
  110.      
  111.  
  112. BUGS & COMMENTS
  113. ===============
  114.      If you have any comments, suggestions, or bug reports,
  115. please send them to the address on the registration form.
  116.  
  117.                                      2
  118.  
  119.  
  120.  
  121.                         ERD 2.2 Registration Form
  122.                 ***** Please Type or Print Clearly *****
  123.  
  124.  
  125.  
  126. Name:____________________________________________________
  127.  
  128.  
  129. Address:_________________________________________________
  130.  
  131.  
  132.         _________________________________________________
  133.  
  134.  
  135. City/State_______________________________________________
  136.  
  137.  
  138. Zip/Postal Code__________________________________________
  139.  
  140.  
  141.  
  142.   ***** 
  143.   *   * Telephone number_________________________________
  144.   *   *
  145.   * O * Computer description, configuration, chip set, etc.
  146.   *   *
  147.   * P * _________________________________________________
  148.   *   *
  149.   * T * _________________________________________________
  150.   *   *
  151.   * I * _________________________________________________
  152.   *   *
  153.   * O * Comments_________________________________________
  154.   *   *
  155.   * N * _________________________________________________
  156.   *   *
  157.   * A * _________________________________________________
  158.   *   *
  159.   * L * _________________________________________________
  160.   *   *
  161.   *   * _________________________________________________
  162.   *   *
  163.   ***** _________________________________________________
  164.  
  165.  
  166.         Cost: $5.00 ( U.S. funds, check or money order) 
  167.  
  168.         Mail to: Direct Logic Systems
  169.                  7859 Oakdale Avenue
  170.                  Canoga Park, Ca 91306
  171.  
  172.  
  173.  
  174.  
  175.  
  176.                                      3
  177.