Dan Becker
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 /fAlso, 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.)
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.
ReplyDeleteThe 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.)