Hopefully someone else will come up with a better answer. While waiting,
you might try this:
1) Find the root folder of this nested mess and take ownership of it.
How to:
http://support.microsoft.com/kb/308421
2) Open a command prompt as administrator.
Navigate to the parent folder of the root of the mess.
Run the RmDir command to delete the subfolder tree. Here's the syntax:
Rmdir (rd)Removes (that is, deletes) a directory.
Syntax
rmdir [Drive:]Path [/s] [/q]
rd [Drive:]Path [/s] [/q]
Parameters
[Drive:]Path
Specifies the location and name of the directory that you want to delete.
/s
Removes the specified directory and all subdirectories including any files.
Use /s to remove a tree.
/q
Runs rmdir in quiet mode. Deletes directories without confirmation.
/?
Displays help at the command prompt.
Note that this can be a very dangerous command if run to delete the wrong
path.
Let us know whether it works for you.
-Paul Randall
"Noble" <> wrote in message
news: oups.com...
> Isn't this just grand!
>
> Vista Home Basic's backup utility has alot to be desired. So, I went
> on a mission to find a good free backup program. Well, I found one,
> installed it, and it started creating numerous nested folders on my
> hard drive. If I had not caught it in time I dunno what would have
> happend. I think there are somewhere between 160-170 nested folders on
> my drive now.
>
> The question -- How do I remove them?
>
> I have tried deleting them but I keep getting a message like, "The
> source file name(s) are larger than is supported by the file system."
>
> Not good!!
>
> I tried using delete while holding down the shift key to bypass the
> recycle bin and that did not work. I have tried third party programs
> and explorer replacements and that does not work. I have went to the
> DOS command prompt and tried, that does not work.
>
> I googled the message and it appears this is something that can happen
> since MS has a article on it. I tried all the steps in the article
> (including creating a network share at the deepest point) and still no
> luck.
>
> I am going to have to re-format my machine and start over unless some
> of you guru's here can offer any suggestions to help me out of this
> pickle??
>
> Thanks in advance,
> Noble
>