From: "Damian Yerrick" Newsgroups: comp.os.msdos.djgpp Subject: How to show file name extensions Date: Sun, 29 Aug 1999 22:31:20 -0500 Organization: Rose-Hulman Institute of Technology Lines: 19 Message-ID: <7qcu0j$78b$1@solomon.cs.rose-hulman.edu> References: NNTP-Posting-Host: yerricde.laptop.rose-hulman.edu X-Trace: solomon.cs.rose-hulman.edu 935983955 7435 137.112.205.227 (30 Aug 1999 03:32:35 GMT) X-Complaints-To: news AT cs DOT rose-hulman DOT edu NNTP-Posting-Date: 30 Aug 1999 03:32:35 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com gcc myfile.c -o myfile.exe -im gcc.exe: myfile.c: no such file or directory (ENOENT) > > The most probable cause for these problems is that you edited the source > with some over-smart editor like the Notepad, which think they know > better how you want your files be called. In particular, Notepad appends > ".txt" to any name you type, unless you enclose the name in quotes. > > Use the good-ole "DIR" command to see what files are in the directory. > Don't rely on My Computer or Explorer, as they by default don't show the > extension, either. If it says myfile.c.txt, then you forgot to turn off a default option in newer versions of Windows. Open Start > Settings > Folder Options, look in the View panel, and uncheck Hide file extensions for known file types. I keep this turned off;