: Press the Win key, type Notepad , and hit Enter .

: Keeps the window open so you can read the output; otherwise, it closes immediately after finishing. Save the File : Go to File > Save As . Change "Save as type" to All Files ( . ) .

: Locate your file and double-click it. A command window will appear displaying your message. Core Commands to Expand Your "Piece"

If you want to make your script more functional, you can include these common commands: : Used to duplicate files from one location to another. date : Displays or allows you to change the system date.

: Creates variables to store information for later use in the script. How to Create a Simple Batch File In Windows 10/8/7

: Allows the script to perform different actions based on conditions.

@echo off title My First Batch Script echo Hello! This is my first complete batch piece. pause Use code with caution. Copied to clipboard