X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: "Tim Van Holder" To: Subject: Re: Odd 'rm' behaviour (WinXP) Date: Fri, 28 Dec 2001 17:26:21 +0100 Message-ID: <000201c18fbc$628cc1e0$d47d76d5@zastaixp> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 In-reply-to: <3C2C6340.4CC98EDD@phekda.freeserve.co.uk> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I wonder if del uses a different method of deleting the file > than rm does. > E.g.: del uses a Win32 delete function, whereas rm uses a DOS delete > function. Perhaps Norton still protects the DOS delete function, when > you've turned off protection for all drives? Could this be a > bug in Norton SystemWorks? Maybe. But it would be VERY strange; the Unerase Protection wizard is stopped (and I assume that's the Norton Protection backbone). Plus, Norton Protection places 'protected' files in a \Recycle[dr]\NPROTECT\nprotect.log file, so the behaviour I get is pretty weird. > Perhaps you could try using a delete utility from an older > version of DOS, to see if it exhibits the same behaviour? Will try - but 'del' is a shell builtin I think, so I'm not sure that'll work. I'll see if 4dos runs under XP, and try its 'del' if it does. > What happens with directories and rmdir (Windows & Fileutils > versions)? They work as expected. Only files seem to get 'protected'.