Showing posts with label color for cmd. Show all posts
Showing posts with label color for cmd. Show all posts

Sunday, April 4, 2010

how to change the cmd color through C program

# include <stdio.h>
# include < windows.h>
int main()
{
system(color 5e);
printf("hi this is karthiken07@gmail.com");
getch();
return 0;
}

Output:
please open through CMD window.