Batch Virus Maker Program
Download Batch File Maker for Windows now from Softonic: 100% safe and virus free. More than 97 downloads this month. Download Batch File Maker latest version 2018.

If you have experience writing batch files feel free to modify and improve the below code, If you don't have experience than simply copy and paste the code into notepad. Save the file as a '.bat' file, such as 'Virus.bat'. @echo off title Cyber Attack Sequence Initiation color 02 echo Warning-Complete File Corruption imminent. Its already simple but ill try to help you figure it out. Dsonpsp Beta 8. Assuming you have windows type cmd in the run bar to open a Command Promt.
This is where you run text commands (instruction that your machine understands). Behind the scenes everything you do on Windows with mouse clicks is just text commands running behind a GUI(Graphical User Interface). Once in 'CMD' to get a list of all commands and what they do, type 'help' and press Enter. You can also Goggle CMD commands for more detailed information. A batch file(.bat) is just a type of file extension that when ever double clicked will run what ever commands are inside.
To make one, just open a text editor, type commands, and save as 'SomeName.bat'. Now for a short over simplified explanation of the code above. Echo off is just to hide commands, try in cmd and you will no longer see what directory your in after typing any command. Next a location is picked for where the files should be made.