Introduction: Cool .bat Trick

In this tutorial I'll show you how to make a cool .bat file to trick your friends with.

Step 1: Getting Started

first of all, you're going to need a basic text editing software(I used notepad).When you are finished, be sure to go to save as,change .txt file to all files, then give your file a name with the extension .bat.

Step 2: Here We Go

Now, once you've opened your text editor start type this copy and paste this and take out the brackets and insert what you want:

@echo off
echo [message here ex:Hello, Push enter to continue.]
pause
echo [message here,ex: WANT TO WIN A MILLION DOLLARS?]
pause
echo [message here, ex:SIKE!]
end

Step 3: Conlusion

You can add as many messages as you want, just put echo [insert message here].Where the brackets are insert your message but remember to put pause on a separate line between each message.I hope this tutorial helped you, possibly tricked your friends and you had a fun time using this cool trick.