Batch File Replicator
![batchr.png](/proxy/?url=https://content.instructables.com/F52/D3O7/IMK6CFA7/F52D3O7IMK6CFA7.png&filename=batchr.png)
Batch files. Whatever you use them for, you know they could be good or evil. Let's go to the evil side of things.
This is a replicator, so it will open itself forever. Be warned of all the possible damage it can do.
(Sidenote)
This is my first instuctable, so tell me what you think!
I know this might have been done before, but wanted to practice using this website.
(sorry for the bad introduction picture)
STEP I : Creating the File.
![570446562e7fb6e75d001584.jpeg](/proxy/?url=https://content.instructables.com/FDB/CSU0/IMK6CEGY/FDBCSU0IMK6CEGY.jpg&filename=570446562e7fb6e75d001584.jpeg)
The first step is to physically make the file. Open notepad (other programs could work but notepad is super convenient) and save as whatever you like. I chose to name it Hello.
Don't forget to save it as a .bat and to change it from a .txt to "All Files"
STEP II: the Base of the Command.
![570447f82e7fb6e75d001590.jpeg](/proxy/?url=https://content.instructables.com/FRF/MJUO/IMK6CEJ5/FRFMJUOIMK6CEJ5.jpg&filename=570447f82e7fb6e75d001590.jpeg)
Now for the actual command itself. Type in the following:
start "" **
Not very much, right? Only one line.
I will show you how to replace in the next step.
STEP III: Inserting
![57044b424fbade1c67001135.jpeg](/proxy/?url=https://content.instructables.com/FL0/FKU0/IMK6CEOT/FL0FKU0IMK6CEOT.jpg&filename=57044b424fbade1c67001135.jpeg)
You're half-way done. Now to replace the "" and the **
So far, your command looks like this:
start "' **
The "" is easy to obtain. Go to the folder where your file is, right click the file, then click
"Properties"
Under location, you will see something similar to this: C:\Users\JohnCena\documents
Copy the location and put it in between the quotation marks, so now your command will be like this:
start "C:\Users\****\Music" **
The asterisks are easier. Just replace it with name of the file. Finished, it will look like this:
start "C:\Users\****\Music" hello
STEP IV: the Results
The files opens itself infinitely.
Myself, I do not know what happens if you leave it running.
It may crash or possibly something worse.
On Windows 10, I can close without much interference.
However, on the numerous Windows 7 computers I tested,
I had to manually turn off the computer.
Be warned and have fun. ( ͡° ͜ʖ ͡°)