TrueClean (freeware)

  • Thread starter Thread starter Ed
  • Start date Start date
E

Ed

Hi:
More people should know about this program.
I am using it two ways:
1. To clean out all the files I don't want before I do a backup. I do this
be changing the script.
This make it very easy and fast to get the computer ready for a backup.

2. To use it to do a destroy so nobody can see what on the hard drive. This
I only do when I go on a trip or I am concern about somebody getting hold of
my
computer.
You can find the program here:
http://www.sofotex.com/download/software/9550.html

Here is an example of a script statement that was added:
DestroyTree("c:\windows\temp\","*")

Ed
 
Ed said:
More people should know about this program.
I am using it two ways:
1. To clean out all the files I don't want before I do a backup. I
do this be changing the script.
This make it very easy and fast to get the computer ready for a
backup.

Since you're already editing a script, why not just use a batch file?
 
Back
Top