Batch File Tutorial
Hello guys how are you doing this is a new instructable of batch files tutorial
And thank you for comimg
And thank you for comimg
@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.
Cls Command
cls-this clears the echo text in command prompt
Goto Command
goto-this command links a variable in command prompt