Got something to add? Post a comment!
Everyone is invited to submit comments. Registered
users also receive their own visitor profile page with a summary of
recent posts.
Register | Login
iing (04/06/2010 23:38:30)
You can use "FOR" and use some variable. e.g.for /f "delims=" %%a in ('dir/ad/b') do deltree "%%a"
Notes: replace [%%a] with [%a] if youre using this on terminal/command prompt. You can use [%%a] if youre using .bat files.
if you want to check your typing and your command, just replace [deltree] with some other command, such as [echo].
Hope this will help you.
Johan (07/20/2010 10:53:49)
iing, that realy helped, thank!!!






anonymous (12/01/2009 08:06:18)
rd does not support wildcards (like '*') in directory name to delete.