From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: How to remove installed program Date: Wed, 26 Mar 1997 07:56:29 -0800 Organization: Two pounds of chaos and a pinch of salt Lines: 25 Message-ID: <3339472D.7026@cs.com> References: <33392D7A DOT 185E AT po DOT uni-stuttgart DOT de> Reply-To: fighteer AT cs DOT com NNTP-Posting-Host: ppp101.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Martin Bernreuther wrote: > > I think there's a possibility to remove an installed program with the > help of the manifest file. Something like > remove -f xyz.mft First, you must have 'rm.exe' from the GNU Fileutils (v2gnu/fil313b.zip), or an equivalent port of Unix 'rm'. Then type the following *from your DJGPP root directory*: C:\DJGPP> rm -f @manifest/xyz.mft I would be careful doing this, however, because there are a few distribution packages that have duplicate files. If you find anything missing, be sure to reinstall it. :) Oh, and 'rm' used in this manner doesn't remove directories. Good luck! -- --------------------------------------------------------------------- | John M. Aldrich, aka Fighteer I | fighteer AT cs DOT com | | Descent 2: The Infinite Abyss - The greatest Internet game of all | | time just got better! This time, you're going all the way down...| ---------------------------------------------------------------------