From: XXguille AT XXiies DOT XXes (Guillermo Rodriguez Garcia) Newsgroups: comp.os.msdos.djgpp Subject: Re: HELP notepad and gcc Date: Sun, 23 May 1999 22:00:56 GMT Organization: Telefonica Transmision de Datos Lines: 29 Message-ID: <374951aa.774739@noticias.iies.es> References: <19990523102405 DOT 20830 DOT 00004334 AT ng-cf1 DOT aol DOT com> <2B73D3B954F01932 DOT 31113C7F89C21875 DOT F365BFD5CBF9E7A7 AT library-proxy DOT airnews DOT net> NNTP-Posting-Host: iies227.iies.es Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: Forte Agent 1.5/32.451 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com El día Sun, 23 May 1999 12:13:11 -0500, "jdm" escribió: >Don't use Notepad to edit your source code. It will append a ".txt" >extension on your file even if you put a ".c" extension on it. So you >will wind up with a file named "name.c.txt". If you don't have "Show >filename extensions" checked in your Explorer options, you won't see >it. You can get Notepad to save a filename as you typed it if you set >the file type dropdown list to "All Types (*.*)" before you type in >the filename, but that's too much of a hassle. Use a real editor like >PFE or something, if you don't want to use RHIDE. Just use double quotes when typing the name for the file to be saved, that is, instead of: name.c which would end up as name.c.txt, you should use "name.c" then notepad won't append the txt extension. Regards, GUILLE ---- Guillermo Rodriguez Garcia XXguille AT XXiies DOT XXes (ya sabes :-)