Re: [Tutor] Deleting recursive folder definition

2009-01-12 Thread Mark Tolonen
"Alan Gauld" wrote in message news:50c11a8b9db748fa9e6e892067cce...@xp... I've managed to do something incredibly stupid on my XP box. I've created a folder that is a link to itself - at least I think that's what has happened, it was a CASE tool that I was using that actually did the damage.

Re: [Tutor] Deleting recursive folder definition

2009-01-12 Thread Jerry Hill
On Mon, Jan 12, 2009 at 2:07 PM, Alan Gauld wrote: > I've managed to do something incredibly stupid on my XP box. > I've created a folder that is a link to itself - at least I think that's > what has > happened, it was a CASE tool that I was using that actually did the damage. Try exploring the o

Re: [Tutor] Deleting recursive folder definition

2009-01-12 Thread Daniele
> From: "Alan Gauld" > Date: Mon, 12 Jan 2009 19:07:23 -0000 > Subject: [Tutor] Deleting recursive folder definition > I've managed to do something incredibly stupid on my XP box. > I've created a folder that is a link to itself - at least I think that'

Re: [Tutor] Deleting recursive folder definition

2009-01-12 Thread Lawrence Wickline
did you try "rd /s /q" from the root directory command prompt? -L On Jan 12, 2009, at 11:07 AM, Alan Gauld wrote: I've managed to do something incredibly stupid on my XP box. I've created a folder that is a link to itself - at least I think that's what has happened, it was a CASE tool that I

[Tutor] Deleting recursive folder definition

2009-01-12 Thread Alan Gauld
I've managed to do something incredibly stupid on my XP box. I've created a folder that is a link to itself - at least I think that's what has happened, it was a CASE tool that I was using that actually did the damage. The symptoms are that I can "infinitely" navigate down to the next level.