From: Brett Leslie Porter Message-Id: <199708030357.NAA04395@banshee.cs.uow.edu.au> Subject: Re: Question: RHIDE - CTRL+F9? To: khayu AT SPAMinch DOT com (Khayu Nyein Aye) Date: Sun, 3 Aug 1997 13:57:12 +1000 (EST) Cc: djgpp AT delorie DOT com In-Reply-To: <33DD3FD1.10D2@SPAMinch.com> from Khayu Nyein Aye at "Jul 28, 97 08:56:49 pm" MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk > Yes, this is exactly what I had in mind when I came up and asked for > CTRL+F9 as in Turbo Pascal. I don't know how to program and am just > starting to learn, and the idea of the DJGPP compiler producing a load > of .exe's in the BIN directory (or anywhere really) for every hello.c... RHIDE does have a command to delete all unnecessary files (I think in the project menu), which will delete all .o's and .exe's that your program makes, without deleting any source. It only deletes your own program's output, so other exe's in the directory are safe. Brett