I did meanwhile enhance this stuff:
CODE
1. Copy the following into notepad:
@title WELCOME CMD 2.0
@color f9
@iF "%1" == "blue" color 1f
@if "%1" == "red" color 4f
@if "%1" == "green" color 2f
@cd \
@cls
@if "%1" == "" cmd /k echo WELCOME CMD 2.0
@if not "%1" == "" cmd /k echo WELCOME CMD 2.0 (%1)
2. Save it as wcmd.bat and put it to the following folder C:\WINDOWS\system32
3. Go to Start/Run and type
wcmd
or
wcmd blue
or
wcmd red
or
wcmd green
This will give you a better CMD experience with cool colors.