Date: Mon, 18 Aug 2003 13:14:03 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: sandmann AT clio DOT rice DOT edu Message-Id: <9743-Mon18Aug2003131402+0300-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com, rich AT phekda DOT freeserve DOT co DOT uk In-reply-to: <10308171323.AA13190@clio.rice.edu> (sandmann@clio.rice.edu) Subject: Re: inode problem in `rm' References: <10308171323 DOT AA13190 AT clio DOT rice DOT edu> 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 > From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) > Date: Sun, 17 Aug 2003 08:23:51 -0500 (CDT) > > This is usually a sign that some process has the default directory > being that directory. Right. Might that process be rm.exe itself? > Things to try: > 0) Make sure no other windows are open with default directory in tree. > 1) Can you remove the directory from a CMD.EXE prompt? > 2) If that fails, does killing NTVDM.EXE process allow it to work? One more thing to try: add a call to chdir before the call to rmdir. (chdir should change to the root directory.)