home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR24 / DELTREE2.ZIP / README < prev   
Text File  |  1993-11-07  |  2KB  |  47 lines

  1.  
  2.                DELTREE2 v1.0 for OS/2 2.x
  3.  
  4.             Copyright (c) 1993, Russ Herman
  5.               All rights reserved.
  6.  
  7.     This program is free software; you can redistribute it and/or modify
  8.     it under the terms of sections 1, 2, 3, 4, 5, 8, and 9 of Larry Wall's
  9.     "Artistic License" which comes with this kit.
  10.  
  11.     This program is distributed in the hope that it will be useful,
  12.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14.     the Artistic License for more details.
  15.  
  16.     You should have received a copy of the Artistic License with this
  17.     Kit, in the file named "Artistic".
  18.  
  19. -------------------------------------------------------------------------------
  20.  
  21. This program is a workalike of the MS-DOS 6.0 deltree command. This means
  22. that it will delete the specified directory and all the files and
  23. subdirectories contained within. This includes system, hidden, and readonly
  24. files. OS/2 invocation is
  25.  
  26.     deltree2 [/y] [/f] [drive:]path [[drive:]path]...
  27.  
  28. /y suppresses a prompt asking if you really want to do this action.
  29. /f will completely purge the files regardless of the DELDIR status of that
  30. drive.
  31.  
  32. Exact error handling procedures and errorlevel returns are undocumented in
  33. the MS-DOS6 Technical Reference Manual. The only thing you can count on
  34. is that if the returned errorlevel is zero, everything went smoothly.
  35. One difference between MS and this version is that if the specified
  36. directory is empty, their version just goes ahead and deletes it. This
  37. version will seek confirmation unless the /y toggle is in use. There may
  38. be other differences I'm unaware of. Don't ask about wildcard specifications.
  39. I'm not sure what either version will do. Just be careful.
  40.  
  41. This program was developed with Borland C++ for OS/2 to produce
  42. the OS/2 version. It may also be compiled with BCC++ 3.1 to produce
  43. a DOS version for the benefit of non-MS-DOS6 users.
  44.  
  45.                             Russ Herman
  46.                             Nov. 7, 1993
  47.