Message-Id: <3.0.1.32.19981116173519.007a79b0@mindspring.com> X-Sender: dastuff AT mindspring DOT com X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Mon, 16 Nov 1998 17:35:19 -0500 To: djgpp AT delorie DOT com From: Michael Levine Subject: Problems from the Start Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Reply-To: djgpp AT delorie DOT com I have recently downloaded DJGPP, I installed the basic stuff. Rhide and C programming equipment. I just installed the basics to get started. I attempted to make the basic Hello World program as follows: #include main() { printf("Hello, world.\n"); } then I saved it under greet.c and compiled it. In the window it told me that it was a bad command and file name and there were no errors. Then when I tried it in the dos prompt, it still said bad command and file name. I have been using a book to learn C programming and I wrote the program in exactly and it still didn't work. What is wrong, please help me. I am getting very frustrated. Sincerely, Michael Levine DaStuff AT mindspring DOT com