What is the @echo off ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

What is the @echo off ?

22nd Oct 2017, 5:11 AM
Janesh Senjaliya
Janesh Senjaliya - avatar
4 Answers
+ 6
When you open CMD, you will see the path of current directory i.e. C:\Users\Name using @echo off CMD hides that path and commands when you run through file (bat ), giving you the clear black screen
22nd Oct 2017, 5:20 AM
Kartikey Sahu
Kartikey Sahu - avatar
+ 5
no
24th Oct 2017, 4:31 PM
Janesh Senjaliya
Janesh Senjaliya - avatar
+ 3
color 02 @echo off :tricks echo %random%%random%%random%%random% goto tricks Try this matrix on your computer save it as .bat
22nd Oct 2017, 5:27 AM
Fire Feathers
Fire Feathers - avatar
+ 1
are you learning batch programming? @echo off :fork start start goto fork
24th Oct 2017, 4:18 PM
Uttam
Uttam - avatar