From: Ian Miller Newsgroups: comp.os.msdos.djgpp Subject: Re: Uninstaller. Date: 09 Oct 1998 10:38:00 +0100 Organization: Defence Evaluation & Research Agency Message-ID: <87sogyxeh3.fsf@hasn.dera.gov.uk> References: <361BD7AD DOT 81EBE42A AT unb DOT ca> <361CBFA0 DOT 571B4A16 AT mail DOT pentek DOT com> <361D20D5 DOT 93A6D2C7 AT unb DOT ca> NNTP-Posting-Host: 146.80.115.106 X-Newsreader: Gnus v5.5/Emacs 20.3 Lines: 27 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Endlisnis writes: > Charles Krug wrote: > > > correct "uninstall" technique... > > rm @manifest\package.mft > > ...that will not work on a machine that does not support long filenames; > it will miss all of the longer than 8.3 filenames. On a machine that does not support long filenames there will be no "longer than 8.3 filenames". N'est pas? Also, if you follow the advice in the FAQ, if you have NameNumericTail set to 0 in your Windows 95 registry (before installing the package) then rm @manifest\package.mft *will* work whether LFN is Y or N. But you are correct that this is academic if you do not have rm. I'd just install the fileutils if I were you. They're pretty handy. Regards, Ian -- Ian Miller, Dorset, UK DJGPP 2.01, Win95 DOS box (LFN undefined, FNCASE=y) The views expressed above are those of the writer and do not represent the views, policy, or understanding of any other person or official body.