D denmae Estimable Jul 2, 2014 1 0 4,510 Jul 2, 2014 #1 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!
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!
HEXiT Distinguished Mar 13, 2011 342 0 19,010 Jul 2, 2014 #2 is this for an exam? this may be a good site for you to become a member of http/stackoverflow.com/questions/4339649/how-to-have-multiple-colors-in-a-batch-file its for all levels of programmers not just pro's. Upvote 0 Downvote
is this for an exam? this may be a good site for you to become a member of http/stackoverflow.com/questions/4339649/how-to-have-multiple-colors-in-a-batch-file its for all levels of programmers not just pro's.
woworwow Honorable Jan 18, 2014 38 0 10,590 Jul 2, 2014 #3 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 Upvote 0 Downvote
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
ex_bubblehead Distinguished Moderator Aug 24, 2012 672 1 20,115 Jul 2, 2014 #4 @denmae, please read the forum rules regarding homework assignments: http/www.tomshardware.com/forum/244553-49-read-programming-assignment-help Upvote 1 Downvote
@denmae, please read the forum rules regarding homework assignments: http/www.tomshardware.com/forum/244553-49-read-programming-assignment-help