PDA

View Full Version : Coding in Python


thetippler
10-24-2006, 01:49 PM
How do I code a script to write "Breakfast is served" when I run it in cmd, and then bring up a picture from my C:/ directory? Also, what should I compile the script in to make it executable? Thx

TojesDolan
10-24-2006, 01:51 PM
void main();
{
printf("Breakfast is served");

getch();
}

semi
10-24-2006, 01:51 PM
take this to media centre. we have a programming thread:
http://www.sputnikmusic.com/forums/showthread.php?t=443420