Sunday, May 28, 2006

Glad to see they finally fixed THAT in Vista...

Uh, maybe it's not fixed yet.

1 comment:

  1. We just had a big thread at work trying to figure out how to delete a ~150 mb directory from the command line in less than a few HOURS.

    The most clueful solution was offered by Scott Evans:
    Try running "cmd" and then using DOS commands.
    mv = rename
    rm -rf = del /f

    Also, if you know a way to rename a directory from the command line that doesn't take exponential time for the size of the directory...

    Does any of this work better in Vista than Win2K? (We're actually using Win2K for one of our build machines.)

    ReplyDelete