Introduction: Batch File Tutorial

Hello guys how are you doing this is a new instructable of batch files tutorial
And thank you for comimg

Step 1: @echo Off Command

@echo off-this hides the command prompt windows c:/Users/youruser> and it hides the commands that you have written in a batch file.

Step 2: Cls Command

cls-this clears the echo text in command prompt

Step 3: Goto Command

goto-this command links a variable in command prompt