Gawd! What a night...![]()
I was horsing around with Robocopy, and decided to use it to mirror my C-Drive to D-drive, but after about an hour of my CPU sitting at 100%, I decided to call it quits. Simply enough, right?
Well, when I tried to kill the partial backup, I discovered I had migrated a worm that I didn't know had been sitting on C-drive for over a year. It's probably the one that killed my machine last summer -- deleted everything that had to do with Microsoft...
Anyway, it was sitting in the Temporary Internet Files for my old profile. No harm, except I couldn't delete it. I tried running Symantec's FixSbigF.exe utility, but the filename was so big that it crashed it.
Finally, after racking my brain for hours, I tried the good ol' RD command from CLI, and it worked. Yeeeessss!!!
Simply use RD to delete the whole directory!
Make sure to use "path" (quotes around the path) if you have spaces in the names...Code:rd /q /s [drive:]path


LinkBack URL
About LinkBacks




Reply With Quote
I have a few folders with bad names lingering that I still wish to remove. (Stuff copied from linux to windows that has names like .settings that drive Windows mad.)

Bookmarks