int system(char *s);
For example, one way I implemented the startup screen in the miensfeld game was to use:
system("cat title1");