[Ham-Computers] DOS Trick

Trevor Holyoak [email protected]
Sat, 16 Nov 2002 20:57:21 -0700


You can actually do this much easier from Windows, just do a search in 
Windows Explorer. Then you can just select any files that show up on the 
resulting list and hit the "delete" key.

You may find leftover files (program fragments) but not _file_ 
fragments. There are actually file fragments all over your hard drive, 
but they are ignored. To make it fairly simple,
when you delete a file, it's actually just marked as deleted, and the 
next info is written to the disk, it can write over portions as it needs 
to. Once a file is marked as deleted, though, it will no longer show up 
in a directory search.

The reason you may find leftover files after a program has been 
uninstalled is that often a program puts files in more than one 
directory, and the uninstall program doesn't always delete them all. 
This may be because it's assumed you may want files you created with the 
program (probably a valid assumption), or because it's possible that 
another program is using one of the files, or because Windows still has 
a lock on one or more files, or it might just simply be lazy 
programming. (I'm actually amazed every time I write an uninstall script 
that actually successfully removes all traces of the program - Windows 
often keeps locks on things that make that impossible.)

- Trevor

Duane Fischer, W8DBF wrote:

>	
>One of the best ways to find left over pieces of a supposedly deleated program,
>is to go into the DOS window, or C:\ Be sure you are no longer showing 'windows'
>as the directory. Using a cd\ and enter will get you to the C:\ prompt.	
>	
>Type: dir/b corel*.* /s  Press enter.	
>	
>This will search all directories on the entire hard drive for any reference to
>'corel', or whatever word you place there.	
>	
>Use the information shown on the screen to go into the proper directory and
>remove the unwanted file fragments. 	
>	
>DOS has many powerful tools that Windows takes away from users. there is a lot
>more to a computer, then point and click.	
>	
>Then reset the default for MSIE as another person indicated. 	
>	
>Duane W8DBF	
> 
>_______________________________________________
>Ham-Computers mailing list
>[email protected]
>http://mailman.qth.net/mailman/listinfo/ham-computers
>
>  
>