Friday, September 23, 2011

Write a batch file that changes text color on each execution.

@echo off
Title Batch Script - By Rabindra Nayak
cls
set R=%random:~-1%
color %R%
echo %0 started at %time% on %date% on %computername% by %username%
pause

No comments :