Creating batch file

denmae

Estimable
Jul 2, 2014
1
0
4,510
How to create a batch file that will fill the entire screen with your name with different colors?

How to create a batch file that will display all hidden files in drive C:?



Thankyou!
 

woworwow

Honorable
Jan 18, 2014
38
0
10,590
Go to notepad
type :
@echo off
color 2
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
save file as .bat