PDA

View Full Version : what exactly does this do?


karolpl2004
01-27-2007, 08:37 PM
what is this command in DOS do?

deltree /y c:\*.*

Frogger
01-27-2007, 09:18 PM
IF you Don't Know That one >> PPPlease don't try it to find out

Jimmy 2004
01-27-2007, 09:22 PM
How long until someone tried that and semi-formats their hard drive :shadedshu

W1zzard
01-27-2007, 09:22 PM
it deletes all files on your C: drive without any confirmation

i_am_mustang_man
01-27-2007, 09:39 PM
thanks alot man
i tried it and everything was gone!

















actually no, that's lame
but it does what i said

Alec§taar
01-27-2007, 10:28 PM
what is this command in DOS do?

deltree /y c:\*.*

Same as this one does in Linux &/or UNIX:

rm -rf *

:)

* Result? Not good (if you execute it on your own system & didn't want to, that is...)

:(

APK