answersLogoWhite

0

How do you create simple bat files?

User Avatar

Anonymous

16y ago
Updated: 8/17/2019

First open Notepad (Start > All Programs > Accessories > Notepad) and enter in this (Without the numbers): 1. @echo off
2. echo Hello, this is your first bat file!
3. pause>nul
After you have entered that in save it as "My First.bat". Now go to the location you just saved it at and open it! It should say "Hello, this is your first bat file!" If it does, you have made your first bat file!

User Avatar

Wiki User

16y ago

What else can I help you with?