Message-ID: <37840914.D9C3F655@vetec.com> Date: Wed, 07 Jul 1999 21:12:36 -0500 From: Andy Goth X-Mailer: Mozilla 4.61 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: very new at this References: <7lvuh8$gu1$1 AT nnrp1 DOT deja DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com > I have read through the readme file and the faq file but I can not > figure out how to run the compiler or where to write the program > itself. I have tried in notepad and then saving it. Is your installation correct? > I then ran the file > name from dos but it just said "invalid file name." You have not made a DOS executable. DOS only runs .com and .exe files (and also .bat files). It doesn't know the fist thing about C / C++ source code. You need to compile the source code into an .exe file before you can run it. > I have tried to > find the answers elsewhere but this is where the experts lie at least > what that is what the FAQ document read. Any help would be recieved > gratfully. Do you know how to run the compiler, gcc? ___ _ _ ____ _ _ / _ \| \ | | _ \\ \_/ / .----------------------------------. | |_| | \| | | | |\ / | 01001000011001010110110001101100 | | _ | \ \ | | | | | | | 01101111001011000010000001110111 | | | | | |\ | |_| | | | | 01101111011100100110110001100100 | |_| |_|_| \_|____/ |_| `------[andygoth AT vetec DOT com]--------' Floyd Code: v1.2a s+r>d TW 0/0/ FD ? 0 DSotM 1 0 3.8% <30mar99> ICQ#: 35256413 Homepage: That's not bad code, I'm trying to confuse would be hackers. Fast, small, easy to understand -- pick any two! Is it morning already? I hate when they fix a bug that I use.