A
Andrew Aronoff
I'm looking for a replacement for DELTREE.EXE under W2K. I've read in
various Usenet posts that RD and/or DEL can be used, but I haven't
found this to be true in my tests.
I'm looking for a command to replace the following:
DELTREE /Y C:\TEMP\
This single command deletes the entire contents of the directory
C:\TEMP (including subdirectories and their contents) _without_
deleting the directory itself.
RD /Q /S C:\TEMP deletes the TEMP directory, too.
Is there a closer fit? (If not, I'll stick with DELTREE, which works
perfectly well in a CMD.EXE shell under W2K and WXP.)
regards, Andy
--
**********
Please send e-mail to: usenet (dot) post (at) aaronoff (dot) com
To identify everything that starts up with Windows, download
"Silent Runners.vbs" at www.silentrunners.org
**********
various Usenet posts that RD and/or DEL can be used, but I haven't
found this to be true in my tests.
I'm looking for a command to replace the following:
DELTREE /Y C:\TEMP\
This single command deletes the entire contents of the directory
C:\TEMP (including subdirectories and their contents) _without_
deleting the directory itself.
RD /Q /S C:\TEMP deletes the TEMP directory, too.
Is there a closer fit? (If not, I'll stick with DELTREE, which works
perfectly well in a CMD.EXE shell under W2K and WXP.)
regards, Andy
--
**********
Please send e-mail to: usenet (dot) post (at) aaronoff (dot) com
To identify everything that starts up with Windows, download
"Silent Runners.vbs" at www.silentrunners.org
**********