| Member with 137 posts. | | Join Date: Aug 1999 Location: Mason, OH USA | |
Note the path of the folder, then restart your computer in MS-DOS mode. You should be at a C:\>, or C:\Windows> prompt. For example, to dump a folder on C:\, in the Program Files folder, named Junk Items, plus everything in it, type at the prompt (using DOS 8/3 notation):
C:\Windows>RD /S c:\progra~1\junkit~1
RD is the Remove Directory command, and the /S tells it to remove all directories and files, in addition to the directory itself.
Be careful with commands like this in DOS, they carry a lot of power. Also, you may now get an "Unable to find...." on boot-up, as there may be a call to load a file that was in this folder. If so, open Start, Run, Regedit, Edit, Find, and put the filename in the search window. Delete any keys that have this name.
Gee! Looks like I out-slowed you again, bhesson!
[This message has been edited by Jim Holly (edited 08-26-2000).] |