home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / dirutl / ddel124.arc / DIRDEL.DOC < prev    next >
Encoding:
Text File  |  1989-07-15  |  4.6 KB  |  138 lines

  1.             July 15, 1989
  2.  
  3.  
  4. DIRDEL - Directory Delete, Version 1.24 - Deletes entire
  5. subdirectory trees.  Even deletes the current directory.  The
  6. executable file for this version is significantly smaller than
  7. before.  JPI TopSpeed Modula-2 source code now included.
  8.  
  9. Contents:
  10. =========
  11. Purpose
  12. Installation
  13. Commands
  14. Program background
  15. Other programs
  16. Closing remarks
  17.  
  18. Purpose:
  19. ========
  20. To quickly and easily delete any subdirectory, whether empty or
  21. containing files and other directories.  An entire directory
  22. tree can be deleted with one command.
  23.  
  24. This is FREE software.  This program was written by me for my
  25. personal use.  However, if others also find it useful, please
  26. feel free to use it or pass it along.
  27.  
  28. Installation:
  29. =============
  30. No special installation is necessary.  Just copy the DIRDEL.EXE
  31. file to the disk from which you will be invoking the command.
  32. It is suggested, however, that you copy this file to a directory
  33. included on your PATH.
  34.  
  35. Commands:
  36. =========
  37. To delete a directory and all included files and directories,
  38. specify the directory to delete from the command line.
  39.  
  40.                Usage:  dirdel [drive][path]dirname
  41.  
  42. There are no command-line switches.  If what you type as the
  43. directory name is a valid one, it and its contents are simply
  44. deleted after you answer in the affirmative to the initial
  45. precautionary prompt.
  46.  
  47. In specifying the directory to delete, you may optionally
  48. include a drive letter followed by a colon.  You may also
  49. include the complete path, preceded by a backslash, starting
  50. from the root directory of the target drive.  Otherwise, the
  51. current default directory of the target drive will be used.
  52.  
  53.     Examples:  dirdel junk
  54.                    dirdel \bin          
  55.                    dirdel d:\test\test2
  56.  
  57. To delete either the current directory or a directory "above"
  58. the current one, which will also delete the current one, be sure
  59. to start the specification from the root directory.
  60.  
  61.          Example:  C:\JUNK\JUNK2\JUNK3>dirdel \junk\junk2
  62.  
  63. The example above assumes you are currently in the JUNK3
  64. subdirectory contained within its parent "\JUNK\JUNK2".  The
  65. command instructs the program to delete this parent and all
  66. included files and directories.  Therefore, after successful
  67. completion, JUNK3 and JUNK2 will be deleted.  The current
  68. directory will then be JUNK, off the root directory.
  69.                
  70. Program background:
  71. ===================
  72. The idea for this program came about from the practical need to
  73. safely and simply delete entire subdirectory trees on a
  74. recurring, almost daily, basis.
  75.  
  76. The original version of this program happened to be written in
  77. the C language because the projects I was working on at the time
  78. involved C source and object code.  Versions starting from 1.2
  79. are written in Modula-2.
  80.  
  81. Other programs:
  82. ===============
  83. Other free programs which I have written and contributed to the
  84. Public Domain:
  85.  
  86. CAL100
  87. ------
  88. CAL - Calendar V1.00 - 06/03/89 - A simple, stand-alone calendar
  89. display program that can be used as a sort of perpetual
  90. calendar.  Valid years range from 0001 to 9999.  This program is
  91. NOT memory-resident.  Scroll through the different months and
  92. years.  Source code included.
  93.  
  94. CRC-M2
  95. ------
  96. CRC-M2 - Cyclic Redundancy Checker V1.00 - 07/12/89 - This tiny
  97. CRC program accepts wildcards and multiple filespecs from the
  98. command line.  Displays same CRC values as PKPAK and LHarc.
  99. Source code included.
  100.  
  101. FIX215
  102. ------
  103. FIX - File Fix V2.15 - 05/16/89 - View and edit any type of
  104. file, text or binary, read-only, hidden or system.  Edit in
  105. ASCII or hex.  Useful for working with simple, random-record
  106. files.  Select files from a scrollable, pop-up directory window
  107. - less typing required!  (Source NOT included.)
  108.  
  109. FND105
  110. ------
  111. FFIND - File Finder V1.05 - 06/16/89 - A simple program to find
  112. any file or subdirectory.  Although the size of the executable
  113. file is a little larger than that of the competition and
  114. although there are no command-line switches, this little utility
  115. is also often a little faster, is free - and the source code is
  116. included.
  117.  
  118. All the above program were written in JPI TopSpeed Modula-2.
  119.  
  120. Closing remarks:
  121. ================
  122. Interested users are encouraged to contact me with comments, bug
  123. reports, suggestions and questions about any of the above
  124. programs.  I can be reached at the addresses below:
  125.  
  126.  
  127.                 By conventional mail:
  128.                 ---------------------
  129.                Raymond T. Kaya
  130.         P. O. Box 1436
  131.                 Honolulu, HI  96806
  132.  
  133.  
  134.         By electronic mail:
  135.                 -------------------
  136.                CompuServe:  71230,2500
  137.                GEnie:       R.KAYA1
  138.