Hack Forums

Full Version: Read now.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
I am always seeing n00bs and even experienced people say this will delete your harddrive -

Code:
del c:\

Well it won't. This on the other hand will-

Code:
del c:\* /S /F /Q




/S-Delete subdirectories too.
/F-Force Deletion
/Q-Don't prompt or Don't question the user for the deletion to take place.
The * means that you aren't deleting a certain file. You are deleting everything.



Yeye Biggrin Biggrin Yeye
* means everything
Cheers !! Yeye
You made this thread because of this one? http://www.hackforums.net/showthread.php?tid=19218 =P

Thanks ; )
Well that was the final reason. But, I've had to do that a lot before too so I figured I'd post a thread about it.
heh, funny thread... nice ;)
...and very informative, too. ;]
thanks........
Hahaha.. Don't you just feel the sarcasm lol! Its all because of Zizipo.. He teach them to use it like that. -,-
^Funrag-
<offtopic>
In another thread the other day, we were talking about TRH and you said "I like rabb!ts. I eat them."
Well, it turned into "I like faggots. I eat them."
Biggrin
</offtopic>
Acually del C: Can Work If......

You echo y (which means yes) and pipe it to del C:
Pages: 1 2 3
Reference URL's