--- Documentation for DELDIR.EXE Written in Borland's Turbo C++ by Michael Freudenberg Syntax: DELDIR [drive:][pathname] This will delete all files and subdirectories within the specified path. The initial directory specified in the command line path will also be removed as well. Example: DELDIR C:\TESTDIR The next example shows that drive designation is optional. Example: DELDIR TESTDIR Thise example assumes that the user is currently in the root directory on the C drive. Feel free to distribute it. If there are problems please report them on Compuserve to ID# 70040,455. Source code is also available by mail to the above Compuserve ID#. This program has been tested and found to have no bugs as of 7/31/90. If bugs are found please notify the author on Compuserve at the above ID#.