Introduction: How to Make a BAT File

This is how to make it a BAT file.

*IN THE END, SAVE THE FILE AS A .CMD AND SELECT ALL FILES.

Step 1: Starting

To start off, open the notepad on your computer. This allows you to type and code your own Batch file.

Step 2: Coding

First, type in your notepad the following
@Echo Off
This allows the text that tells you what user you are to not exist.
Next, type
@Echo Hello
@Pause
DON'T INCLUDE THE @ SIGNS ON THE ECHO AND PAUSE
Echo allows you to type any text on the screen that you want it to say.
Pause tells you to press any button to continue.

Step 3: Variables

To enter variables write the following

goto intro

:intro

echo Hello

pause

cls

The variables can be used when ever you want them to be used.

Step 4: Trolling

Type the following

@echo off

:help

start

start

start

start

start

start

goto help